From: Wolfgang Bangerth Date: Mon, 19 Apr 2004 19:14:52 +0000 (+0000) Subject: A few more doxygen fixes. X-Git-Tag: v8.0.0~15291 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebda1f5f26ff0a48196610f2cc12e1a6c7b18287;p=dealii.git A few more doxygen fixes. git-svn-id: https://svn.dealii.org/trunk@9058 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index 6eb8a28648..315a13a667 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -50,7 +50,7 @@ class BlockIndices; * lines using the add_line() function, and then populating it using the * add_entry() function to a given line, or add_entries() to add more * than one entry at a time. After all constraints have been added, you need - * to call @ref{close()}, which compresses the storage format and sorts the + * to call close(), which compresses the storage format and sorts the * entries. * * Constraint matrices are used to handle hanging nodes and other constrained diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index 47eddf1d45..d1efdf0505 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -721,7 +721,7 @@ class FiniteElementBase : public Subscriptor, * @p ExcEmbeddingVoid. You can * check whether this is the case * by calling the - * @ref{prolongation_is_implemented()}. + * prolongation_is_implemented(). */ const FullMatrix & get_prolongation_matrix (const unsigned int child) const;