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 =
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