From de4832773e001997632cfdf64a11eef884ac4a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 14 Mar 2005 16:25:23 +0000 Subject: [PATCH] changed size of dot image so that it fits an A4 --- mrw/exception.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mrw/exception.hpp b/mrw/exception.hpp index c3133a9..ec46db7 100644 --- a/mrw/exception.hpp +++ b/mrw/exception.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.11 2005/03/14 16:25:23 marc + changed size of dot image so that it fits an A4 + Revision 1.10 2005/02/08 12:34:14 marc added errno / unix_error @@ -128,7 +131,7 @@ call of fn0 successful Please note, that without the exception concept and without the unexpected handler, the program would abort in function fn2 on line 25. The output was produced by the following code: - */ + */ /* here follows the example code... */ /** @defgroup exceptions Exceptions with Stack Trace @@ -146,7 +149,7 @@ call of fn0 successful @dot digraph ExceptionInheritance { - graph [rankdir="LR"]; + graph [rankdir="LR", size="7,8"]; node [shape=record, fontname=Helvetica, fontsize=8]; edge [dir=back, headport=w, tailport=e, arrowtail=empty];