From: Guido Kanschat Date: Thu, 30 Mar 2006 21:46:15 +0000 (+0000) Subject: Produce very big dot files and keep them X-Git-Tag: v8.0.0~11933 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe699756ebc156d7fc71b6bb782c43809cd91562;p=dealii.git Produce very big dot files and keep them git-svn-id: https://svn.dealii.org/trunk@12790 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/fullgraph.dox b/deal.II/doc/doxygen/fullgraph.dox new file mode 100644 index 0000000000..27718e02a0 --- /dev/null +++ b/deal.II/doc/doxygen/fullgraph.dox @@ -0,0 +1,14 @@ +# $Id$ + +# Wrapper around options.dox in order to produce online doc with +# complete graphical inheritance. We also keep the dot sources so we +# can produce eps files from them. + +@INCLUDE = deal.dox + + +COLLABORATION_GRAPH = YES +MAX_DOT_GRAPH_WIDTH = 2048 +MAX_DOT_GRAPH_HEIGHT = 2048 +MAX_DOT_GRAPH_DEPTH = 0 +DOT_CLEANUP = NO