diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/author.cpp | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/examples/author.cpp b/examples/author.cpp index 59cc7ab..4c22a6a 100644 --- a/examples/author.cpp +++ b/examples/author.cpp @@ -1,14 +1,13 @@ -/*! \class WindowsNT - * \brief Windows Nice Try. - * \author Bill Gates - * \author Several species of small furry animals gathered together - * in a cave and grooving with a pict. - * \version 4.0 - * \date 1996-1998 - * \bug It crashes a lot and requires huge amounts of memory. - * \bug The class introduces the more bugs, the longer it is used. - * \warning This class may explode in your face. - * \warning If you inherit anything from this class, you're doomed. +/*! + * \brief Pretty nice class. + * \details This class is used to demonstrate a number of section commands. + * \author John Doe + * \author Jan Doe + * \version 4.1a + * \date 1990-2010 + * \pre First initialize the system. + * \bug Not all memory is freed when deleting an object of this class. + * \warning Improper use can crash your application + * \copyright GNU Public License. */ - -class WindowsNT {}; +class SomeNiceClass {}; |