[vlc-commits] Doxygen: define DOC only when building doc
Rémi Denis-Courmont
git at videolan.org
Wed Mar 14 21:45:07 CET 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Mar 14 22:43:23 2018 +0200| [592199107a3f9ee064251f298befab3097c9fcf9] | committer: Rémi Denis-Courmont
Doxygen: define DOC only when building doc
This allows removing code that confuses the documentation parser.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=592199107a3f9ee064251f298befab3097c9fcf9
---
doc/Doxyfile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 39bc16929e..6d3b4c08b8 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -2004,7 +2004,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 = DOC
# 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
More information about the vlc-commits
mailing list