From 7fcdf8fe565a5a3f73326af6e6daed8fdbb5d603 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 30 Mar 2006 21:15:05 +0000 Subject: [PATCH] generate documentation fast and without dot graphics git-svn-id: https://svn.dealii.org/trunk@12787 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/quick.dox | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deal.II/doc/doxygen/quick.dox diff --git a/deal.II/doc/doxygen/quick.dox b/deal.II/doc/doxygen/quick.dox new file mode 100644 index 0000000000..06f463856e --- /dev/null +++ b/deal.II/doc/doxygen/quick.dox @@ -0,0 +1,8 @@ +# $Id$ + +# Wrapper around options.dox in order to produce online doc fast by +# not makeing graphical inheritance + +@INCLUDE = deal.dox + +HAVE_DOT = NO -- 2.39.5