RE: [Doxygen-users] RTF questions; resend
Brought to you by:
dimitri
From: CHUVALA, K. G. (JSC-D. (USA) <kei...@js...> - 2001-06-20 13:06:54
|
Markus regarding your issue #1, we use \verbatim instead of <PRE> to work around this. Be advised, though, that we're concerned only with RTF output here; I don't know what effect \verbatim has on HTML output. kgc ___________________________________ Keith G. Chuvala Space Operations Computing (SpOC) Team Johnson Space Center Houston, Texas, USA > -----Original Message----- > From: Mar...@no... [mailto:Mar...@no...] > Sent: Tuesday, June 19, 2001 4:04 PM > To: dox...@li... > Subject: [Doxygen-users] RTF questions; resend > > > Hi all, > > is there really nobody with at least a tiny comment or tip? > > BR, > /Markus > > PS: All questions below refer to DG 1.2.8 > > > -----Ursprungliche Nachricht----- > > Von: ext Mar...@no... [mailto:Mar...@no...] > > Gesendet: Donnerstag, 7. Juni 2001 10:58 > > An: dox...@li... > > Betreff: [Doxygen-users] RTF questions > > > > > > Hi Doxygeners! > > > > Maybe you can help me solving following problems: > > > > ## 1 ## > > > > Suppose following header file comment: > > > > /** > > ... > > * <PRE> > > * ------------------- ----------------------- ------- > > * | mem buf 1 | | mem buf 2 | | mb3 | > > * ------------------- ----------------------- ------- > > * </PRE> > > ... > > */ > > > > In HTML output I get correct stuff: > > > > ------------------- ----------------------- ------- > > | mem buf 1 | | mem buf 2 | | mb3 | > > ------------------- ----------------------- ------- > > > > > > But in RTF the output is as follows (with grey background): > > > > ------------------- ----------------------- ------- | > > mem buf 1 > > | | mem buf 2 | | mb3 | ------------------- > > ----------------------- ------- > > > > > > i.e. the linebreaks are not considered. > > > > Any idea to solve this. (If I use <BR> in header the RTF > > output is ok, but > > the HTML contains empty lines) > > > > > > ## 2 ## > > > > With 'doxygen -ertf RET_extension.txt' I can generate and RTF > > extension > > file, > > but how to get doxygen using the content when generating > RTF document? > > > > > > ## 3 ## > > Is there any way to tell m$-word to automatically update RTF > > file content > > (simulate STRG-A, F9)? > > > > > > Thanks a lot for any suggestion or tip! > > > > BR, > > Markus Lepper > > > > _______________________________________________ > > Doxygen-users mailing list > > Dox...@li... > > http://lists.sourceforge.net/lists/listinfo/doxygen-users > > > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > http://lists.sourceforge.net/lists/listinfo/doxygen-users > |