From fe699756ebc156d7fc71b6bb782c43809cd91562 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 30 Mar 2006 21:46:15 +0000 Subject: [PATCH] Produce very big dot files and keep them git-svn-id: https://svn.dealii.org/trunk@12790 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/fullgraph.dox | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deal.II/doc/doxygen/fullgraph.dox 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 -- 2.39.5