diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-08-21 13:12:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 13:12:59 (GMT) |
commit | 0b2750ca2856f4d39953f96222ba7f07df25d683 (patch) | |
tree | 51b3649136af44028e3709af0c6f56905f919d43 /doc/preprocessing.doc | |
parent | 6b5617e5a4c87afd2c7f2f7b8cb03de2b6735627 (diff) | |
parent | 3ae2ec6fb1fb372c8acd802cc528f27800a309e3 (diff) | |
download | Doxygen-0b2750ca2856f4d39953f96222ba7f07df25d683.zip Doxygen-0b2750ca2856f4d39953f96222ba7f07df25d683.tar.gz Doxygen-0b2750ca2856f4d39953f96222ba7f07df25d683.tar.bz2 |
Merge branch 'master' into librejs_fixes
Diffstat (limited to 'doc/preprocessing.doc')
-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 |