diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:44:18 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:44:18 +0900 |
commit | f292c9f7b13fecdf7256f6b8b85c41c87bc5cfa8 (patch) | |
tree | 5b35a0396a4b8c46fcbb908be9b44215ae24b9c0 /examples/author.cpp | |
parent | 152d1ca90f4898daf154cbd7198ffcab8214945e (diff) | |
download | doxygen-accepted/tizen_2.0/20130215.205202.tar.gz doxygen-accepted/tizen_2.0/20130215.205202.tar.bz2 doxygen-accepted/tizen_2.0/20130215.205202.zip |
Diffstat (limited to 'examples/author.cpp')
-rw-r--r-- | examples/author.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/author.cpp b/examples/author.cpp new file mode 100644 index 0000000..59cc7ab --- /dev/null +++ b/examples/author.cpp @@ -0,0 +1,14 @@ +/*! \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. + */ + +class WindowsNT {}; |