[Doxygen-users] Doxygen Question
Brought to you by:
dimitri
|
From: Zvi M. <zv...@ga...> - 2001-12-23 07:15:28
|
Hi,
We have enjoyed very much from evaluating the Doxygen
tool for our code. We have a question:
How we can cause Doxygen to insert Carriage returns that
exist in the source code comments into the HTML/RTF
documentation?
For example, Suppose we have the following code comment :
/*!***************************************************************
* .............(other doxygen commands)
* @COMMENTS:
* 1. Comment1....
* 2. Comment2....
*
*****************************************************************/
In the configuration file, we have :
ALIASES = "COMMENTS=\par General Comments"
However, in the output we get comment 1 and comment 2
in the same line:
General Comments:
Comment 1....Comment 2....
The two comments appears in the same line since it is
the same HTML paragraph.
It is possible to solve this by adding <BR> at the end of
each line, however, we want to avoid from adding too much
changing into current source code since we have large
comment paragraphs.
Any idea ?
Your help will be appreciated !
Thanks!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Zvika Mizrahi
Galileo Technology Ltd - a Marvell Company
Tel : +972-4-9999555 ext. 1177
Fax : +972-4-9999334
zv...@ga...
www.marvell.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|