Skip to content

Commit

Permalink
Set defines for Doxygen
Browse files Browse the repository at this point in the history
OTCrypto_OpenSSL and Lucre stuff was missing from the Doxygen docs.

Maybe not the best way to pass defines one-by-one but my CMake skills are
lacking here.
  • Loading branch information
OttoAllmendinger committed Oct 2, 2014
1 parent 85bdcb5 commit dfddaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Doxyfile.in
Expand Up @@ -1942,7 +1942,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 =
PREDEFINED = OT_CRYPTO_USING_OPENSSL OT_CASH_USING_LUCRE

# 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
Expand Down

0 comments on commit dfddaa1

Please sign in to comment.