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?

Clayton

Attachment: doxygen.errors.INPUT_FILTER
Description: Binary data

Attachment: doxygen.errors.FILTER_PATTERNS
Description: Binary data

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to