From: bangerth Date: Mon, 23 Oct 2006 20:59:38 +0000 (+0000) Subject: Add macro expansions for dealii namespace X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a24476b07b3ffb4679a5406d546663e40829a7;p=dealii-svn.git Add macro expansions for dealii namespace git-svn-id: https://svn.dealii.org/trunk@14055 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index fabdacdf19..ecf6b2ba1a 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -920,7 +920,9 @@ INCLUDE_FILE_PATTERNS = # [WB] irrespective of whether MT is actually switched on or not. # [GK] Define a variable doxygen in order to mask out inline functions PREDEFINED = DOXYGEN=1 DEBUG=1 DEAL_II_USE_PETSC=1 \ - DEAL_II_USE_MT=1 DEAL_II_USE_MT_POSIX=1 + DEAL_II_USE_MT=1 DEAL_II_USE_MT_POSIX=1 \ + DEAL_II_NAMESPACE_OPEN="namespace dealii {" \ + DEAL_II_NAMESPACE_CLOSE="}" # 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.