From: Paul RASCLE Date: Tue, 2 Feb 2016 16:33:20 +0000 (+0100) Subject: dev docs with graphs (need GD library somewhere to have graphs, but works without) X-Git-Tag: V8_2_0a1~6^2~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fhydro%2Fimps_2015_V760;p=modules%2Fgui.git dev docs with graphs (need GD library somewhere to have graphs, but works without) --- diff --git a/doc/salome/tui/doxyfile.in b/doc/salome/tui/doxyfile.in index b4746ba97..574a238b3 100755 --- a/doc/salome/tui/doxyfile.in +++ b/doc/salome/tui/doxyfile.in @@ -237,15 +237,15 @@ CLASS_DIAGRAMS = YES HIDE_UNDOC_RELATIONS = NO HAVE_DOT = YES CLASS_GRAPH = YES -COLLABORATION_GRAPH = YES +COLLABORATION_GRAPH = NO GROUP_GRAPHS = YES -UML_LOOK = NO +UML_LOOK = YES TEMPLATE_RELATIONS = YES -INCLUDE_GRAPH = YES -INCLUDED_BY_GRAPH = YES +INCLUDE_GRAPH = NO +INCLUDED_BY_GRAPH = NO CALL_GRAPH = NO GRAPHICAL_HIERARCHY = YES -DIRECTORY_GRAPH = YES +DIRECTORY_GRAPH = NO DOT_IMAGE_FORMAT = png DOT_FONTNAME = Arial DOT_PATH = @@ -261,4 +261,4 @@ DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::additions related to the search engine #--------------------------------------------------------------------------- -SEARCHENGINE = NO +SEARCHENGINE = YES