hey guys,
i'm new on using doxygen & need some help concerning rtf stylesheet.
i searched a lot on that topic already but couldn't find an adequate solution.
actually i just need to know how an rtf stylesheet might look like, maybe there's someone who would be so kindly to post an example? everything i used until now was not recognized by doxywizard.
i'm looking forward to your answers!
best regards
Last edit: Anonymous 2015-08-31
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey guys,
i'm new on using doxygen & need some help concerning rtf stylesheet.
i searched a lot on that topic already but couldn't find an adequate solution.
actually i just need to know how an rtf stylesheet might look like, maybe there's someone who would be so kindly to post an example? everything i used until now was not recognized by doxywizard.
i'm looking forward to your answers!
best regards
Last edit: Anonymous 2015-08-31
doxygen --help
-->
...
5) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.
RTF: doxygen -w rtf styleSheetFile
HTML: doxygen -w html headerFile footerFile styleSheetFile [configFile]
LaTeX: doxygen -w latex headerFile footerFile styleSheetFile [configFile]
...