[Doxygen-users] RTF questions
Brought to you by:
dimitri
From: <Mar...@no...> - 2001-06-07 08:58:40
|
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 |