From: Timo Heister Date: Wed, 2 Dec 2015 17:10:34 +0000 (-0500) Subject: other doxygen errors X-Git-Tag: v8.4.0-rc2~184^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec66a3df1d1226ee4fc59073ef5c43f25b38a21c;p=dealii.git other doxygen errors --- diff --git a/include/deal.II/base/function.h b/include/deal.II/base/function.h index 2bf89662b0..941eb2914e 100644 --- a/include/deal.II/base/function.h +++ b/include/deal.II/base/function.h @@ -524,15 +524,15 @@ public: /** - * Substitute function value with value of a ConstantFunction <\tt> + * Substitute function value with value of a ConstantFunction@ * object and keep the current selection pattern. * * This is useful if you want to have different values in different components since the - * provided constructors of ComponentSelectFunction <\tt> + * provided constructors of ComponentSelectFunction@ * class can only have same value for all components. * - * @note: we copy the underlying component value data from @para f from its beginning. - * So the number of components of @para f cannot be less than the calling object. + * @note: we copy the underlying component value data from @p f from its beginning. + * So the number of components of @p f cannot be less than the calling object. */ virtual void substitute_function_value_with (const ConstantFunction &f); diff --git a/include/deal.II/base/polynomials_rannacher_turek.h b/include/deal.II/base/polynomials_rannacher_turek.h index fab597edff..f7ff62d467 100644 --- a/include/deal.II/base/polynomials_rannacher_turek.h +++ b/include/deal.II/base/polynomials_rannacher_turek.h @@ -57,7 +57,7 @@ public: const Point &p) const; /** - * orderth of basis function @p i at @p p. + * order-th of basis function @p i at @p p. * * Consider using compute() instead. */ diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index 3a44b7686a..68a36a9f56 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -2608,7 +2608,7 @@ protected: * @p fe_internal object. * * @note FEValues ensures that this function is always called with - * the same pair of @p fe_internal and @output_data objects. In + * the same pair of @p fe_internal and @p output_data objects. In * other words, if an implementation of this function knows that it * has written a piece of data into the output argument in a previous * call, then there is no need to copy it there again in a later diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index 5e236ffd41..b4eee8462e 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -808,7 +808,7 @@ protected: * returning a less optimistic cell similarity value. * * @note FEValues ensures that this function is always called with - * the same pair of @p internal_data and @output_data objects. In + * the same pair of @p internal_data and @p output_data objects. In * other words, if an implementation of this function knows that it * has written a piece of data into the output argument in a previous * call, then there is no need to copy it there again in a later diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index c1eb66f914..38f70a6587 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -215,6 +215,8 @@ struct SubCellData; * - information which is currently not easily obtained through * Cubit's python interface. * + * + * *

Structure of input grid data. The GridReordering class

* * It is your duty to use a correct numbering of vertices in the cell list,