stripped down mainpage tmpl
This commit is contained in:
parent
22d761e7bc
commit
9f56a76361
|
@ -2,24 +2,12 @@
|
||||||
\mainpage
|
\mainpage
|
||||||
\htmlinclude manifest.html
|
\htmlinclude manifest.html
|
||||||
|
|
||||||
\b %(package)s is ...
|
\b %(package)s
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Provide an overview of your package.
|
Provide an overview of your package.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
\section codeapi Code API
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Provide links to specific auto-generated API documentation within your
|
|
||||||
package that is of particular interest to a reader. Doxygen will
|
|
||||||
document pretty much every part of your code, so do your best here to
|
|
||||||
point the reader to the actual API.
|
|
||||||
|
|
||||||
If your codebase is fairly large or has different sets of APIs, you
|
|
||||||
should use the doxygen 'group' tag to keep these APIs together. For
|
|
||||||
example, the roscpp documentation has 'libros' group.
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue