Re: [Doxygen-users] How to use @code
Brought to you by:
dimitri
From: Moreno P. <mpa...@es...> - 2009-12-16 09:58:37
|
Hi Brad, thanks for you reply but I have forgotten to say that my code is java and that doxygen properly works for @param {@link } and so on Only that I have problems with {@code } It seems that is not supported despite it is written on version 1.5.8 id 553968: Added support for JavaDoc command {@code ... } Brad Hards wrote: > On Wednesday 16 December 2009 20:13:46 Moreno Pasquato wrote: > >> Hi, >> >> I am testing version 1.6.1 since I saw that from version 1.5.8 on was >> added support for {@code } >> >> I set JAVADOC_AUTOBRIEF=YES >> >> but any time I use {@code } the entire documentation is screwed up >> and the documentation for Public Member Functions are not created at all >> Can someone please suggest me what I am doing wrong? >> > \code starts a block of code. You need to use \endcode to terminate the block. -- Moreno Pasquato European Organization for Astronomical Research in the Southern Hemisphere Software Development Division/Software Engineering Department Karl-Schwarzschild-Strasse 2, D-85748 Garching bei Muenchen, Germany. Email: mpa...@es... Tel: +49 89 3200-6603 Fax: +49 89 3200-6514 |