]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doxygen encapsulate inline functions in headers
authorJan Philipp Thiele <thiele@wias-berlin.de>
Wed, 20 Sep 2023 22:58:05 +0000 (00:58 +0200)
committerJan Philipp Thiele <thiele@wias-berlin.de>
Fri, 29 Sep 2023 18:00:17 +0000 (20:00 +0200)
include/deal.II/fe/fe.h
include/deal.II/lac/solver.h

index 59078e8029b8a50e5c3c39ef346119ed172dcd28..a2334ae281057dfe7f22d769ced159fdb3e51081 100644 (file)
@@ -3077,7 +3077,7 @@ protected:
 
 
 //----------------------------------------------------------------------//
-
+#ifndef DOXYGEN
 
 template <int dim, int spacedim>
 inline std::pair<unsigned int, unsigned int>
@@ -3332,7 +3332,7 @@ FiniteElement<dim, spacedim>::get_associated_geometry_primitive(
     return GeometryPrimitive::hex;
 }
 
-
+#endif
 
 DEAL_II_NAMESPACE_CLOSE
 
index 77049be8f2cc86e5c52772da7ce6366f248adef7..317e92774c8f43d0440e924e3ce69b634d63ae7b 100644 (file)
@@ -473,7 +473,7 @@ protected:
 
 
 /*-------------------------------- Inline functions ------------------------*/
-
+#ifndef DOXYGEN
 
 template <typename VectorType>
 inline SolverControl::State
@@ -559,7 +559,7 @@ SolverBase<VectorType>::connect(
   return iteration_status.connect(slot);
 }
 
-
+#endif
 
 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.