By default, the first page that doxygen generates, in Rich Text Format (RTF) with below states:
TITLE
AUTHOR
Version
CREATEDATE
I want to customize this. I’ve tried the following, but it customizes the section after the index, rather than the very first page of the document:
/*!
* @mainpage My Project
* @version 0.91
* @author Jack Vance, 2010.
* CreateDate 2010-06-26
*/
From the documentation:
You should then be able to edit the stylesheet to change the output the way you want.