]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Expand DEAL_II_NAMESPACE_OPEN/CLOSE to nothing for doxygen. 1566/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Sep 2015 11:09:20 +0000 (06:09 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Sep 2015 11:09:20 +0000 (06:09 -0500)
It showed up in at least one place in the HTML output. Avoid this by ensuring that
it is simply expanded to nothing.

doc/doxygen/options.dox.in

index 0819620f83cf9241c71edfd7ee9ad84a93e9f109..eb55665af13ac2cef776fd55be07c984838fd224 100644 (file)
@@ -153,6 +153,10 @@ INCLUDE_FILE_PATTERNS  =
 # set a few variables that help us generate documentation for
 # things like the PETSc and Trilinos wrappers, even if they were
 # not configured
+#
+# in the case of DEAL_II_NAMESPACE_OPEN/CLOSE, just expand them
+# to nothing so that they don't show up in the documentation
+# at all.
 PREDEFINED             = DOXYGEN=1 \
                          DEBUG=1 \
                          DEAL_II_USE_MT_POSIX=1 \
@@ -174,7 +178,9 @@ PREDEFINED             = DOXYGEN=1 \
                          DEAL_II_WITH_TRILINOS=1 \
                          DEAL_II_WITH_TRILINOS =1 \
                          DEAL_II_WITH_UMFPACK=1 \
-                         DEAL_II_WITH_ZLIB=1
+                         DEAL_II_WITH_ZLIB=1 \
+                        DEAL_II_NAMESPACE_OPEN= \
+                        DEAL_II_NAMESPACE_CLOSE=
 
 # do not expand exception declarations
 EXPAND_AS_DEFINED      = DeclException0 \

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.