[Doxygen-develop] Bug in 1.4.0?
Brought to you by:
dimitri
From: Cadle, B. <bc...@ar...> - 2005-01-03 22:19:21
|
I noticed that in moving from version 1.3.9.1 to 1.4.0 the behavior of = the \todo command seems have been broken: in 1.3.9.1 all the /todo commands for a single C function are grouped = under a single heading in the file reference. =20 In 1.4.0 Each /todo command in the file reference for a single function = results in a separate heading in the file reference. Example: /** \todo Fill out function. */ =20 /** \req Complies with requirement squiggy */=20 /** \ps Test Psuedo Code line 1 \endps */ /** \todo Remove ret =3D 1. * (NOTE: /ps is an alias I defined) 1.3.9.1, I get for the file reference =09 Todo: Fill out function. Remove ret =3D 1. Requirements: Complies with requirement squiggy Pseudo Code: Test Psuedo Code line 1=20 1.4.0, I get for the file reference Todo: Fill out function. Requirements: Complies with requirement squiggy Pseudo Code: Test Psuedo Code line 1=20 Todo: Remove ret =3D 1. Clearly, 1.3.9.1 is desirable.=20 |