Take a look at the mainpage command.
Also see this answer in another thread: How to include user files in Doxygen . It says that there are three extensions that make .dox classes as additional documentation files: .dox , .txt and .doc . Files with these extensions are not displayed in the file index, but they can be used to include additional information in the final documentation. This is very useful for documentation, which is necessary, but not entirely suitable for inclusion in the source code (for example, FAQ)
Therefore, I would recommend having a mainpage.dox file (or with a similar name) in your project directory to present you with an SDK. Note that inside this file you need to place one or more comment blocks in C / C ++ style.
Chris Feb 29 '12 at 16:22 2012-02-29 16:22
source share