From 91e1a7fdca00f6da6b34e7e661f6d11b8248dc3f Mon Sep 17 00:00:00 2001 From: Isaak Lim Date: Mon, 16 Jul 2012 13:14:43 +0000 Subject: [PATCH] Reintroduced missing DOXY_IGNORE_THIS Predifinition git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@619 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/doxy.config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/doxy.config.in b/Doc/doxy.config.in index 7ad02907..b3778130 100644 --- a/Doc/doxy.config.in +++ b/Doc/doxy.config.in @@ -1525,7 +1525,8 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = DOXYGEN \ - OM_Attribute=class + OM_Attribute=class \ + DOXY_IGNORE_THIS # 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.