diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-20 21:51:05 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-20 21:51:05 (GMT) |
commit | f63d9ed958d2c06717434e1a90e6417cf2d60f6b (patch) | |
tree | 0bd2fb98598d2c87971eb041429b58bf9afee831 /examples/class.h | |
parent | dfe93f9fde39167eae2aeeab929641a9c56cc916 (diff) | |
download | Doxygen-f63d9ed958d2c06717434e1a90e6417cf2d60f6b.zip Doxygen-f63d9ed958d2c06717434e1a90e6417cf2d60f6b.tar.gz Doxygen-f63d9ed958d2c06717434e1a90e6417cf2d60f6b.tar.bz2 |
Various minor changes
- made copying doc and example files a target
- fixed bug using temparary in the wizard.
- Added faq question about extension mapping
Diffstat (limited to 'examples/class.h')
-rw-r--r-- | examples/class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/class.h b/examples/class.h index e5a9121..b40b186 100644 --- a/examples/class.h +++ b/examples/class.h @@ -7,5 +7,5 @@ class Test /*! \class Test class.h "inc/class.h" * \brief This is a test class. * - * Some details about the Test class + * Some details about the Test class. */ |