From: wolf Date: Tue, 1 Jun 1999 12:23:32 +0000 (+0000) Subject: More such changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06a92f5a1a2d8da349163bd1092b52cd8bffc01;p=dealii-svn.git More such changes. git-svn-id: https://svn.dealii.org/trunk@1357 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index 3a1701629c..bd032e5815 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -338,11 +338,11 @@ class DataIn { * * Finnaly one can choose to mark the cell boundaries by setting * #cell_boundary_type#. It can take one of three values: - * \begin{description} - * \item[None] for no cell boundaries, - * \item[Black] for black cell boundaries, and - * \item[White] for white cell boundaries. - * \end{desctiption} + * \begin{enumerate} + * \item None: for no cell boundaries, + * \item Black: for black cell boundaries, and + * \item White: for white cell boundaries. + * \end{enumerate} * * @author Wolfgang Bangerth, Guido Kanschat, Stefan Nauber, 1998, 1999 */