Re: [Doxygen-users] RTF questions; resend
Brought to you by:
dimitri
From: Joe N. <jo...@ho...> - 2001-06-19 23:33:48
|
> > ## 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? In the doxygen configuration file, you set a variable: RTF_EXTENSIONS = RET_extension.txt (I'm working from memory, but I think that's the syntax.) Don't have any answers for the other two questions you had. As an aside... I know that the plan is to move doxygen to where it generates an intermediate XML file, and then use a number of independent front-ends to format the XML in the target format (html, rtf, etc.). Is there any target date on when that will happen? joe90 |