From: Guido Kanschat Date: Tue, 30 Aug 2005 16:27:20 +0000 (+0000) Subject: new define DOXYGEN X-Git-Tag: v8.0.0~13242 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c924189d52216ed00571664981e6b3905fb3ac6;p=dealii.git new define DOXYGEN git-svn-id: https://svn.dealii.org/trunk@11346 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.