GNOME Bugzilla – Bug 606192
Generation cores when using dot inside \page tag
Last modified: 2010-02-21 12:57:43 UTC
Doxygen cores Example: Seen both on Solaris and Linux platform, Windows is not tested. 1. Create a file test.h with this contents: /** \page my_page ** \dot digraph example { // nodes A B // edges A -> B } \enddot **/ 2. Create an default configuration file using: doxygen -g 3. In Doxfile, change the following settings: INPUT = test.h 4. Run doxygen: doxygen
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.