You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
782 B
Plaintext

/*!
@mainpage
@section about About this Example
Simple example for Doxygen.
@verbatim
+---example/ <-- this example
| | main.dox <-- example description
| | srs.dox <-- example Software Requirements Specification
| |
| +---inc
| | header.h <-- example header file
| |
| +---src
| | source.c <-- example source file
| |
| \---test
| test1.c <-- example test file
| test2.c <-- example test file
@endverbatim
@section exa_gen Doxygen-Generated Documentation
@image html doxygen-logo.png "image caption"
@image latex doxygen-logo.png "image caption"
The following sections contain the _Doxygen_-generated documentation of this example:
- @subpage srs
- @ref header.h
- @ref source.c
- @ref test1.c
- @ref test2.c
*/