[Doxygen-users] How to generate an Appendix page
Brought to you by:
dimitri
From: Stefan H. <hei...@ho...> - 2014-01-10 08:08:51
|
Is there an official way to generate an doxygen page and move it in the Appendix. I'm currently thinking about patching the refman.tex Output from doxygen in such a way that it will include an Appendix, and move some pages therein. Basically, that works with a few awk/grep/sed lines of code. However, it will just be a proprietary solution, and furthermore, just for LATEX. However, I would Need it also for HTML Output, where I have no Idee how to do it there, yet. And, moreover, it has the further disadvantage, that with new doxygen Versions this Approach may Need to be adjusted over and over again. So, I would like to know how other doxygen users are coming around this shortage? Additionally, I would like to suggest a new doxygen command: @appendixpage which basically works similar to the @page command. However, the generated page will be put into an Appendix instead of the normal page place. Kind Regards Stefan |