[Doxygen-users] How to use @code
Brought to you by:
dimitri
From: Moreno P. <mpa...@es...> - 2009-12-16 09:14:02
|
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? Here part of the file: /** * Creates a new instance of NCPublisher. Make sure you call * {@link #disconnect()} when you no longer need this event supplier object. * @code A>B<C * @param channelName * Name of the notification channel events will be published to. * @param services * This is used to get the name of the component and to access * the ACS logging system. * @throws AcsJException * There are literally dozens of CORBA exceptions that could be * thrown by the NCPublisher class. Instead, these are converted * into an ACS Error System exception for the developer's * convenience. */ public NCPublisher(String channelName, ContainerServicesBase services) throws AcsJException { this(channelName, null, services); Thanks Moreno -- 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 |