aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2019-11-03 09:57:18 +0100
committerSjors Provoost <[email protected]>2020-07-31 13:38:10 +0200
commit32128ba682033560d6eb2e4848a9f77a842016d2 (patch)
tree4f94256e0ffcd4e2cf9cbdd29d0c97723d54c07d
parent[build] msvc: add boost::process (diff)
downloaddiscoin-32128ba682033560d6eb2e4848a9f77a842016d2.tar.xz
discoin-32128ba682033560d6eb2e4848a9f77a842016d2.zip
[doc] include Doxygen comments for HAVE_BOOST_PROCESS
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 7e307ab7c..2f7916821 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -2073,7 +2073,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 = HAVE_BOOST_PROCESS
# 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