Re: [Doxygen-users] problem with param and return tags in latex
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-11-05 18:55:56
|
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 |