From abd0cc2711ffb4d66a6feb7ed40b2e29ab7bd195 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 30 Aug 2005 16:27:20 +0000 Subject: [PATCH] new define DOXYGEN git-svn-id: https://svn.dealii.org/trunk@11346 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/options.dox.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index 8c86e67d13..dcb2525a41 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -918,7 +918,9 @@ INCLUDE_FILE_PATTERNS = # [WB] Set MT flags so that the corresponding documentation will always be visible, # [WB] irrespective of whether MT is actually switched on or not. -PREDEFINED = DEBUG=1 @DEAL_II_DEFINE_DEAL_II_USE_PETSC@ DEAL_II_USE_MT=1 DEAL_II_USE_MT_POSIX=1 +# [GK] Define a variable doxygen in order to mask out inline functions +PREDEFINED = DOXYGEN=1 DEBUG=1 @DEAL_II_DEFINE_DEAL_II_USE_PETSC@ \ + DEAL_II_USE_MT=1 DEAL_II_USE_MT_POSIX=1 # 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. -- 2.39.5