[Doxygen-users] problem with param and return tags in latex
Brought to you by:
dimitri
From: Mitja U. <mit...@zr...> - 2001-11-05 10:32:31
|
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) */ |