diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-02-18 02:28:26 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-02-18 02:28:26 +0200 |
| commit | 8ecff137cbc6a81deb3551d16b05d0ca88ed241e (patch) | |
| tree | 813f5db67ebff2c756f3cc18198941a792eb2000 /test cases/frameworks/14 doxygen/src/spede.cpp | |
| parent | d7dd20b1c110fad1a63ed1edad6fc68e78b43d3e (diff) | |
| download | meson-8ecff137cbc6a81deb3551d16b05d0ca88ed241e.tar.gz | |
Improved the Doxygen sample project.
Diffstat (limited to 'test cases/frameworks/14 doxygen/src/spede.cpp')
| -rw-r--r-- | test cases/frameworks/14 doxygen/src/spede.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test cases/frameworks/14 doxygen/src/spede.cpp b/test cases/frameworks/14 doxygen/src/spede.cpp index 77fcaabc5..31c8fb2e5 100644 --- a/test cases/frameworks/14 doxygen/src/spede.cpp +++ b/test cases/frameworks/14 doxygen/src/spede.cpp @@ -1,5 +1,30 @@ #include<spede.h> +/** + * \file spede.cpp + * + * This file contains the implementation of the king of comedy. + */ + +/** + * \mainpage The Vast Comedian Project + * + * \section intro Introduction + * + * The purpose of this project is to model every single comedian + * who has ever lived. + * + * \section sched Project schedule + * + * There is no real estimate on when this will be finished. + */ + +/** + * \namespace Comedy + * + * This contains everything that is funny. + */ + namespace Comedy { /** |
