changed size of dot image so that it fits an A4
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
@license LGPL, see file <a href="license.html">COPYING</a>
|
||||
|
||||
$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];
|
||||
|
||||
|
Reference in New Issue
Block a user