GNOME Bugzilla – Bug 165793
\verbinclude does not include verbatim
Last modified: 2005-03-29 17:58:24 UTC
The command \verbinclude does not include a file verbatim when source file filtering is turned on. The attached files demonstrate this. The doxybug.doc file describes the bug; the doxybug.h file is a standard "legacy" header file which is filtered by the input filter slash2spanning.pl (a modified version of the one that is on the Doxygen site). Run doxygen using the supplied configuration file doxybug.cfg and look at the generated HTML files.
Created attachment 36758 [details] Files demonstrating the \verbinclude bug.
Created attachment 36760 [details] [review] Patch that probably solves this bug I've been digging in the sources a bit -- pretty well organized -- and probably found the culprit in docparser.cpp, function readTextFileByName().
Confirmed. Your fix should be included in the next CVS update.
Should be fixed in 1.4.2.