From: felix.gruber Date: Thu, 1 Aug 2013 20:46:25 +0000 (+0000) Subject: make the documentation of ConstantTensorFunction show up in doxygen X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208704c5bfa16c50f767af5b4b8feb325438a6ce;p=dealii-svn.git make the documentation of ConstantTensorFunction show up in doxygen git-svn-id: https://svn.dealii.org/trunk@30208 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/tensor_function.h b/deal.II/include/deal.II/base/tensor_function.h index aab8d60113..c6da7af3aa 100644 --- a/deal.II/include/deal.II/base/tensor_function.h +++ b/deal.II/include/deal.II/base/tensor_function.h @@ -123,7 +123,7 @@ public: -/* +/** * Provide a tensor valued function which always returns a constant tensor * value. Obviously, all derivates of this function are zero. * @@ -162,7 +162,7 @@ private: -/* +/** * Provide a tensor valued function which always returns zero. * Obviously, all derivates of this function are zero. *