[Doxygen-users] mainpage content not included in index.html
Brought to you by:
dimitri
From: Poole, R. J. <Poo...@ma...> - 2014-10-24 13:51:09
|
I recently installed Doxygen 1.8.8 on a new computer and my \mainpage text is no longer working. I have a file with content like: /*! \mainpage Title Blah blah blah, lots of content... */ On previous Doxygen release 1.6.1, which I have installed on another machine, the main page content is included in the index.html. I have made no changes to my Doxygen config file or the file containing the \mainpage tag, but it no longer gets included in the index.html with Doxygen 1.8.8. Additional info: The main page text is in a file called README in the top-level directory. My Doxyfile has the file name pattern README in the input list: INPUT = . FILE_PATTERNS = *.hpp *.h *.hh *.cpp *.cc *.idl README *.sh *.R *.txt Ruth |