From: bangerth Date: Mon, 8 Nov 2010 01:07:33 +0000 (+0000) Subject: Make sure online documentation shows the classes related to MPI and p4est as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d57059ecd975c537eccb305a40ef8a5fb74d6a;p=dealii-svn.git Make sure online documentation shows the classes related to MPI and p4est as well. git-svn-id: https://svn.dealii.org/trunk@22632 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/options.136.in b/deal.II/doc/doxygen/options.136.in index 2fab9a1bfd..e5721e799d 100644 --- a/deal.II/doc/doxygen/options.136.in +++ b/deal.II/doc/doxygen/options.136.in @@ -914,11 +914,22 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -# [WB] Set MT flags so that the corresponding documentation will always be visible, -# [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_TRILINOS=1 \ - DEAL_II_USE_MT=1 DEAL_II_USE_MT_POSIX=1 +# [deal.II] Set MT flags so that the corresponding documentation will always +# be visible, irrespective of whether MT is actually switched on or not. Do +# the same for a bunch of other external packages as well. Also, define a +# variable DOXYGEN in order to mask out inline functions + +PREDEFINED = DOXYGEN=1 \ + DEBUG=1 \ + DEAL_II_USE_PETSC=1 \ + DEAL_II_USE_SLEPC=1 \ + DEAL_II_USE_TRILINOS=1 \ + DEAL_II_USE_MT=1 \ + DEAL_II_USE_MT_POSIX=1 \ + DEAL_II_USE_ARPACK=1 \ + DEAL_II_USE_METIS=1 \ + DEAL_II_USE_MUMPS=1 \ + DEAL_II_USE_P4EST=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. diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index bf2ea1a986..fbda9f9912 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -997,9 +997,10 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -# [WB] Set MT flags so that the corresponding documentation will always be visible, -# [WB] irrespective of whether MT is actually switched on or not. -# [GK] Define a variable doxygen in order to mask out inline functions +# [deal.II] Set MT flags so that the corresponding documentation will always +# be visible, irrespective of whether MT is actually switched on or not. Do +# the same for a bunch of other external packages as well. Also, define a +# variable DOXYGEN in order to mask out inline functions PREDEFINED = DOXYGEN=1 \ DEBUG=1 \ @@ -1007,7 +1008,11 @@ PREDEFINED = DOXYGEN=1 \ DEAL_II_USE_SLEPC=1 \ DEAL_II_USE_TRILINOS=1 \ DEAL_II_USE_MT=1 \ - DEAL_II_USE_MT_POSIX=1 + DEAL_II_USE_MT_POSIX=1 \ + DEAL_II_USE_ARPACK=1 \ + DEAL_II_USE_METIS=1 \ + DEAL_II_USE_MUMPS=1 \ + DEAL_II_USE_P4EST=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.