diff options
author | jannick0 <jannick0@users.noreply.github.com> | 2017-07-15 16:35:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-15 16:35:45 (GMT) |
commit | 6b67a64bd0bd1c6759294c323433dbd7d37df6ac (patch) | |
tree | f060d75ac3bebb41c6c93adb542b4713938820e6 | |
parent | daa2c0960aa5044990c3e06afe8c15694e8be48d (diff) | |
download | Doxygen-6b67a64bd0bd1c6759294c323433dbd7d37df6ac.zip Doxygen-6b67a64bd0bd1c6759294c323433dbd7d37df6ac.tar.gz Doxygen-6b67a64bd0bd1c6759294c323433dbd7d37df6ac.tar.bz2 |
[preprocessing.doc] typo amended
The preprocessor should read as amended.
-rw-r--r-- | doc/preprocessing.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/preprocessing.doc b/doc/preprocessing.doc index d62bbb3..30d4cf3 100644 --- a/doc/preprocessing.doc +++ b/doc/preprocessing.doc @@ -62,7 +62,7 @@ to \c YES. Then the result after preprocessing becomes: #define VERSION #define CONST_STRING - static const char * version = "1.xx"; + static const char * version = "2.xx"; \endverbatim Note that doxygen will now expand \e all macro definitions |