I know this has been asked before, but I was unable to find an answer by
searching either my memory or the Web.
I am generating RTF output for the first time. I've been generating only
HTML in the few months that I've been using doxygen.
I'm also adding supplemental documentation to a library, using a separate
file containing @page sections. I don't want to add everything as
subsections of the main page, because it will be far too large for the HTML
output by the time I'm done.
Can I control the order of the output in the RTF file? My supplemental pages
keeps showing up at the end of the document. I've tried using the INPUT tag
to force the files to be processed in a specific order, as follows:
FILE_PATTERNS = *.h *.cpp
INPUT = ..\MyLib\main.dox_txt ..\MyLib\
But this doesn't seem to help. None of the options seem to be relevant,
neither the RTF style sheet nor the extention file seem to address this, and
I didn't see anything on the TODO/Wish list that referenced it.
Have I missed something? Or is it just not possible to control this right
now? If the latter, could it be added to the wish list, please?
- Dan Muller
|