[Doxygen-users] html pages (in addition to index.html) in Doxygen output?
Brought to you by:
dimitri
From: David C. <dav...@br...> - 2001-06-06 16:09:26
|
Hi there, I've been looking through the documentation and haven't hit on how I would go about adding html pages to the output. I understand how to use the \mainpage command in a dummy header file to put stuff in index.html: /*! \mainpage * * \section Usage * <h2> Using blah </h2> * <!-- text marked up with html --> */ I have a few other pages of html content I'd like to include related to this run. I could just put it all in the \mainpage with anchors and a toc at the top, but I was wondering if there was another way to include the html files without munging them into the header file first. Including links and dropping them into the directory after generating the docs doesn't work for me because I need to generate chms. Thanks, David |