From 8291391ae3d695cda5d7ac53acdb3d7cbeb310cf Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 30 Dec 2010 04:25:40 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.dealii.org/trunk@23086 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/doxygen/headers/main.h b/deal.II/doc/doxygen/headers/main.h index 9ab46bdeeb..1b074f30aa 100644 --- a/deal.II/doc/doxygen/headers/main.h +++ b/deal.II/doc/doxygen/headers/main.h @@ -31,7 +31,7 @@ * @dot digraph G { - graph[rankdir="TB",aspect=1.5,bgcolor="transparent"]; + graph[rankdir="TB",bgcolor="transparent"]; edge [fontname="FreeSans",fontsize=15,labelfontname="FreeSans",labelfontsize=10]; node [fontname="FreeSans",fontsize=15, @@ -69,7 +69,7 @@ *
  • %Triangulation: Triangulations are collections of * cells and their lower-dimensional boundary objects. Cells are * images of the reference hypercube [0,1]dim under a - * suitable mapping in the @ref mapping module. + * suitable mapping in the module on @ref mapping. * * The triangulation stores geometric and topological * properties of a mesh: how are the cells connected and where are -- 2.39.5