RE: [Doxygen-users] Doxygen Question
Brought to you by:
dimitri
|
From: Prikryl,Petr <PRI...@sk...> - 2002-01-02 07:04:03
|
Hi <br> should work, but--in your case--you could try the
doxygen syntax for numbered lists like this...
@COMMENTS:
-# Comment1...
-# Comment2...
See you,
Petr
P.S. When using HTML tags, prefer lower case with respect to
the XML future.
Zvi Mizrahi asked...
> [...]
> 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 !
|