From ab49c9d27f32c6dcc9a35dd016a98831fbc17a48 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Oct 2006 23:22:14 +0000 Subject: [PATCH] Undo last change. If we let doxygen move everything into namespace dealii, then it won't find these classes any more from inside the tutorial programs, since we use a 'using namespace dealii' declaration there, rather than referring to the qualified version... git-svn-id: https://svn.dealii.org/trunk@14060 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/options.dox.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index ecf6b2ba1a..fabdacdf19 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -920,9 +920,7 @@ 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_NAMESPACE_OPEN="namespace dealii {" \ - DEAL_II_NAMESPACE_CLOSE="}" + 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