Re: [Doxygen-users] mainpage content not included in index.html

2014-10-24 Thread Dimitri van Heesch
Hi Ruth, The behaviour what doxygen does with files with an unknown (or missing) extension has recently changed. In the past the files were parsed as C code, now they are just parsed as plain text. You can put the following in the configuration file to get the old behaviour. EXTENSION_MAPPING =

[Doxygen-users] mainpage content not included in index.html

2014-10-24 Thread Poole, Ruth J.
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 i