[Doxygen-users] Patch + List item bug in 1.2.8-20010617
Brought to you by:
dimitri
|
From: Jens S. <jen...@hr...> - 2001-07-25 01:21:35
|
I found the following bug in doxygen-1.2.8_20010723:
\mainpage
<ol>
<li> First
<li> - Second.1
- Second.2
<li> Third
</ol>
creates
1. First
2. - Second.1
* Second.2
* Third
instead of
1. First
2. * Second.1
* Second.2
3. Third
If I split "<li> - Second.1" into
<li>
- Second.1
I get a slightly different output (but not the expected one).
I attached a small patch, which fixes some typos and updates the spec file.
PS:
www.doxygen.org/download.html#cvs contains:
cvs co doxygen <<< remove !!!
After that you can use
cvs co doxygen
Dimitri, please remove the first "cvs co doxygen".
Regard
Jens Seidel
|