diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-06-06 19:49:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-06-06 19:49:53 (GMT) |
commit | 0bb78ec1f61b95b550b65361081c01a104728341 (patch) | |
tree | b158d4e26359c261b119f485d1d4c69a6034663c /examples | |
parent | 3c0d4d412c7b6c2afa9e76fcfd5ef5ea8586ad68 (diff) | |
download | Doxygen-0bb78ec1f61b95b550b65361081c01a104728341.zip Doxygen-0bb78ec1f61b95b550b65361081c01a104728341.tar.gz Doxygen-0bb78ec1f61b95b550b65361081c01a104728341.tar.bz2 |
Release-1.7.4-20110606
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 {}; |