After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 606192 - Generation cores when using dot inside \page tag
Generation cores when using dot inside \page tag
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.2
Other All
: Normal critical
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-01-06 10:13 UTC by Kjell Arne Hvilsten
Modified: 2010-02-21 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjell Arne Hvilsten 2010-01-06 10:13:56 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
Comment 1 Dimitri van Heesch 2010-01-23 22:23:19 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2010-02-21 12:57:43 UTC
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.