cd example-project
mkdir doc cd doc mkdir manual
Create the qdoc file doc/manual/landing-page.qdoc
/*! \page index.html
\title Welcome
Welcome to this simple minimalistic example.
\generatelist classes
*/
Note that the title will be normally used as part of the style. With one esception: If the filename is index.html, q jQuery script of doc-style is going to remove the title from the html page to make it more easy to customize the first page.