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 304339 - keyword \dot conflicts with the latex command \dot
keyword \dot conflicts with the latex command \dot
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.4.x
Other All
: Normal critical
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2005-05-16 11:05 UTC by Polar Finnish
Modified: 2005-10-04 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Polar Finnish 2005-05-16 11:05:51 UTC
Please describe the problem:
If using \dot in a latex statement all documentation in that file that follows
are lost.

Example:

/** Returns the speed.
 * This function returns the speed according to \f$ v = \dot{x} \f$.
 */
void getSpeed();


/** This will be lost.
 */
void getAcceleration();


/** This to and so on...
 */
void getAcceleration();


Steps to reproduce:
1. Use the latex command \dot in a doxygen comment.
2. 
3. 


Actual results:
Doxygen complains;
 Warning: reached end of file while inside a dot block!

Expected results:
A dot shuold appear above the x in the formula.

Does this happen every time?
yes

Other information:
Great tool!
Comment 1 Dimitri van Heesch 2005-08-03 11:31:15 UTC
Confirmed. Should be fixed in the next CVS update.
Comment 2 Dimitri van Heesch 2005-10-04 18:38:32 UTC
This bug was resolved to status "FIXED" as part of a group change. Please verify
that this bug is indeed fixed in doxygen version 1.4.5 (or later). If not then
please reopen the bug, so it stays on my radar.