Re: [Doxygen-users] Re: Using <PRE> with Doxygen (got a problem!)
Brought to you by:
dimitri
From: Greger H. <gre...@ya...> - 2002-03-15 16:10:59
|
Asko Kauppi wrote: Use sed to transform the comments to include both pre-tags, run it on each file, after that adopt doxygens way of doing it, it's really nice i think. something like: sed s/\/\*/\*\!\<pre\>/g <in > out sed s/\*\//\<\/pre\>\*\//g <in > out /G > Solving this by customized style sheets sounds like an elegant solution to > me. However, I'd like such modifications to be one-time jobs, not needing > any specialized "override" bat files. Can be flexible here, though... :) > > - Asko > > > -----Original Message----- > > From: Zvi Mizrahi [SMTP:zv...@ga...] > > Sent: 11. maaliskuuta 2002 14:41 > > To: Asko Kauppi > > Subject: Re: [Fwd: [Doxygen-users] Using <PRE> with Doxygen (got a > > problem!)] > > > > Asko, > > I think this can be easily fixed by editing the cascading style sheet file > > > > doxygen.css after Doxygen is running (in the html directory. > > I have not tries it but ask the mailing list. Note that this file is > > regenerated every running, so you need to maintain a backup , and > > override doxygen.css each time. > > > > Zvika > > > > Asko Kauppi wrote: > > > > Thanks for the support, Zvi! :) > > > > Also, the ability to have a fix-width font (as '<PRE>' does) is important > > since the comments (at least ours) are indented using white space. > > > > Your idea of "do-it-yourself-filtering" crossed my mind but is too > > elaborous > > for me at the moment. After all, I'm just evaluating Doxygen and don't > > want > > to spend too much time filling up its holes. > > > > Let's see if the all-mighty authors are favorable for us on this. ;) > > > > - Asko > > > > > -----Original Message----- > > > From: Zvi Mizrahi [SMTP:zv...@ga...] > > > Sent: 11. maaliskuuta 2002 14:04 > > > To: dox...@li... > > > Cc: Asko Kauppi > > > Subject: [Fwd: [Doxygen-users] Using <PRE> with Doxygen (got a > > > problem!)] > > > > > > Hi all, > > > I have raised this issue a while ago. We are working on existing code > > > and we need to maintains the CR-LF inside the paragraph lines. > > > <PRE> and </PRE> does not help since it cause doxygen to ignore > > > all tags between <PRE> and </PRE>. > > > > > > The way we solve it is by writing a perl script that runs on the source > > > code comments, copy them into temporary directory and add <BR> at > > > the end of each line between paragraphs. Than we runs Doxygen on > > > this directory. > > > > > > Doxygen is a very powerful tool, however the problem raised by Asko > > > Kauppi limits the ability of the tool to process existing source code > > > It would be nice to have a feature that will preserves any CR-LF exists > > > in comments in between paragraphs. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > Zvika Mizrahi > > > Galileo Technology Ltd - a Marvell Company > > > Tel : +972-4-9999555 ext. 1177 > > > Fax : +972-4-9999334 > > > zv...@ga... > > > www.marvell.com > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > << Message: [Doxygen-users] Using <PRE> with Doxygen (got a > > problem!) > > > >> > > ########################################### > > > > This message has been scanned by F-Secure Anti-Virus for Microsoft > > Exchange. > > > > -- > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Zvika Mizrahi > > Galileo Technology Ltd - a Marvell Company > > Tel : +972-4-9999555 ext. 1177 > > Fax : +972-4-9999334 > > zv...@ga... > > www.marvell.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > This message may contain confidential, proprietary > > or legally privileged information. The information > > is intended only for the use of the individual or > > entity named above. If the reader of this message > > is not the intended recipient, you are hereby > > notified that any dissemination, distribution or > > copying of this communication is strictly prohibited. > > If you have received this communication in error, > > please notify us immediately by telephone, or by > > e-mail and delete the message from your computer. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > ########################################### > > This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users -- Greger Haga Available for hire...! http://www.geocities.com/gregerhaga/pres/index.html http://www.geocities.com/asdffi/eng/index.html Winners never quit, quitters never win [Unknown] |