diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-25 22:49:36 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-25 22:49:36 +0200 |
commit | c9da7ad1de089f109a3798ff19bede86348150aa (patch) | |
tree | 5d17a5ab7b52d9cfdef85319d24e32c716798497 /Doxyfile.in | |
parent | 5e72359e9a2f4008c408acbd3fe5d389e11a15b4 (diff) | |
download | fastd-c9da7ad1de089f109a3798ff19bede86348150aa.tar fastd-c9da7ad1de089f109a3798ff19bede86348150aa.zip |
peer.h: some documentation
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index abfca99..f813573 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1943,7 +1943,7 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = __attribute__(x)= VECTOR(x):=VECTOR WITH_CAPABILITIES __linux__ +PREDEFINED = __attribute__(x)= VECTOR(x):=VECTOR WITH_CAPABILITIES WITH_VERIFY __linux__ # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The |