GNOME Bugzilla – Bug 304339
keyword \dot conflicts with the latex command \dot
Last modified: 2005-10-04 18:38:32 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!
Confirmed. Should be fixed in the next CVS update.
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.