1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

Setup config for Pages section

This commit is contained in:
B Krishna Chaitanya 2020-07-27 16:26:14 +05:30
parent 919a07044a
commit 0f6c85d20d
5 changed files with 28 additions and 2 deletions

11
documentation/about.dox Normal file
View file

@ -0,0 +1,11 @@
/** @page about About Greeter
@tableofcontents
Everyone likes a good, personalized greeting.
@section sec An example section
This page contains the subsections @ref subsection1 and @ref subsection2.
For more info, see page @ref page2.
@subsection subsection1 The first subsection
Text.
@subsection subsection2 The second subsection
More text.
*/