On Mon, Nov 05, 2001 at 11:32:15AM +0100, Mitja Udovc wrote:
> If you use \return and \param in doxygen followed with (-), you
> get inappropriate latex code.
>
> /*!
> * \file
> * Test
> * \brief test (brief)
> * \return test (return)
> * - first item (return)
> * - second item (return)
> * \param test (param)
> * - first item (param)
> * - second item (param)
> */
Is this a problem in the latest CVS update? Because that should have
fixed the problem (and a small test of the above example indicates it did
for me!)
Regards,
Dimitri
|