]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Guard if code in MatrixFreeTools if doxygen is used 12093/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 25 Apr 2021 10:00:27 +0000 (12:00 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 25 Apr 2021 10:00:27 +0000 (12:00 +0200)
include/deal.II/matrix_free/tools.h

index 7040ffffd83eca50ea22d266b357d19b912aec4c..51f16c542b562ed09d4b059f09e471d278dd2e2c 100644 (file)
@@ -157,7 +157,7 @@ namespace MatrixFreeTools
 
   // implementations
 
-
+#ifndef DOXYGEN
 
   template <int dim, typename AdditionalData>
   void
@@ -890,6 +890,8 @@ namespace MatrixFreeTools
                                first_selected_component);
   }
 
+#endif // DOXYGEN
+
 } // namespace MatrixFreeTools
 
 DEAL_II_NAMESPACE_CLOSE

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.