]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Exclude inlined member functions from doxygen doc generation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 May 2005 18:27:31 +0000 (18:27 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 May 2005 18:27:31 +0000 (18:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@10677 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/symmetric_tensor.h
deal.II/lac/include/lac/block_vector_base.h

index dfb0a1b2fed5a73a5db8f1ad2457130fd8f2a9ea..07c0fdbb22a49861032d4fbb8d515441865113d7 100644 (file)
@@ -855,6 +855,8 @@ class SymmetricTensor
 
 // ------------------------- inline functions ------------------------
 
+///@if NoDoc
+
 namespace internal
 {
   namespace SymmetricTensorAccessors
@@ -1738,6 +1740,7 @@ SymmetricTensor<4,3>::norm () const
   return std::sqrt(t);
 }
 
+///@endif
 
 /* ----------------- Non-member functions operating on tensors. ------------ */
 
index e02de568113b005a342d7e88f55059f4a4458c82..21816545c1c37017966fd400f0c109edc3cb4762 100644 (file)
@@ -1007,6 +1007,7 @@ class BlockVectorBase
 /*----------------------- Inline functions ----------------------------------*/
 
 
+///@if NoDoc
 namespace internal
 {
   namespace BlockVectorIterators
@@ -2115,5 +2116,6 @@ BlockVectorBase<VectorType>::operator() (const unsigned int i)
   return components[local_index.first](local_index.second);
 }
 
+///@endif
 
 #endif

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.