Re: [Doxygen-users] FILTER_PATTERNS not working?
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2015-09-10 11:31:41
|
> On 10 Sep 2015, at 13:15 , Clayton <cla...@gm...> wrote: > > Hi guys, > > Take for instance this Visual Basic project: > > https://github.com/mbedded-ninja/AltiumScriptCentral > > and using this plugin filter: > > https://github.com/sevoku/doxygen-vb-filter > > In Doxyfile, if I put: > > FILE_PATTERNS = *.vbs > INPUT_FILTER = /path/to/plugins/visual_basic/vbfilter.sh > FILTER_PATTERNS = > > it works, I get output. However if I use these settings: > > FILE_PATTERNS = *.vbs > INPUT_FILTER = > FILTER_PATTERNS = *.vbs=/path/to/plugins/visual_basic/vbfilter.sh > > nothing happens except a lot more warnings, whose meaning is not clear > to me. > > I have WARN_LOGFILE turned on, and attached are the warnings > corresponding to the two scenarios. > > So is something broken, or am I misconfigured? Opinions? It helps to know which version of doxygen you are using and on which platform/OS. Also check this: http://doxygen.10944.n7.nabble.com/FILTER-PATTERNS-vs-INPUT-FILTER-td3873.html Regards, Dimitri |