From 57c19ed97331abfc85074da26084fb15499c345b Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 14 May 2008 14:45:52 +0000 Subject: [PATCH] Fix up some formatting: dollar signs must be escaped if they do not indicate formulas; < and > must be escaped as well; @pre indicates a precondition, not the
 command of HTML.

git-svn-id: https://svn.dealii.org/trunk@16089 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/deal.II/include/grid/grid_in.h | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h
index b8af5d563f..f925721a2e 100644
--- a/deal.II/deal.II/include/grid/grid_in.h
+++ b/deal.II/deal.II/include/grid/grid_in.h
@@ -286,20 +286,21 @@ class GridIn
 				      * the positions of the mesh
 				      * nodes and has the format
 				      *
-				      * @pre
-				      * $NOD
-				      * 
-				      * 1   
-				      * 2   
+				      * 
+				      * \$NOD
+				      * @
+				      * 1 @ @ @
+				      * 2 @ @ @
 				      * ...
-				      * n   
-				      * $ENDNOD
+				      * n @ @ @
+				      * \$ENDNOD
+				      * 
* * The second block lists the * connectivity and material id's * of the cells and faces. It is - * enclosed by $ELM and - * $ENDELM + * enclosed by \$ELM and + * \$ENDELM * keywords. deal.II can handle * elements which are lines, * quadrilaterals or hexahedra -- 2.39.5