From 93226715a4c41babc1787ec32b08d8195510ee57 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Thu, 12 Sep 2013 22:30:01 +0200 Subject: [PATCH] small tweaks to the doxygen config --- doc/devel/Doxyfile | 8 ++++---- doc/devel/Doxyfile.browse | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/devel/Doxyfile b/doc/devel/Doxyfile index 02d2d787c..52c2f2d1a 100644 --- a/doc/devel/Doxyfile +++ b/doc/devel/Doxyfile @@ -7,7 +7,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = Lumiera PROJECT_NUMBER = 0.1+pre OUTPUT_DIRECTORY = -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES @@ -56,7 +56,7 @@ EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES EXTRACT_LOCAL_CLASSES = YES EXTRACT_LOCAL_METHODS = NO -EXTRACT_ANON_NSPACES = NO +EXTRACT_ANON_NSPACES = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO HIDE_FRIEND_COMPOUNDS = NO @@ -279,8 +279,8 @@ COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES UML_LOOK = YES TEMPLATE_RELATIONS = YES -INCLUDE_GRAPH = YES -INCLUDED_BY_GRAPH = YES +INCLUDE_GRAPH = NO +INCLUDED_BY_GRAPH = NO CALL_GRAPH = YES CALLER_GRAPH = YES GRAPHICAL_HIERARCHY = NO diff --git a/doc/devel/Doxyfile.browse b/doc/devel/Doxyfile.browse index 25c664b83..1fe01ecc6 100644 --- a/doc/devel/Doxyfile.browse +++ b/doc/devel/Doxyfile.browse @@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this