summaryrefslogtreecommitdiff
path: root/src/Doxyfile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-20 10:29:04 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-20 10:29:04 +0000
commitaa06a8774e45500718dd6bf0259b328a720fedd1 (patch)
treea682ac19d97624bfa3c1a6a47da404f106bee18e /src/Doxyfile
parente3707de64413df06f83770a40ed8ba4ad9a69951 (diff)
parent7ba68a39361109d872bfa284e68d13ad5c8c6231 (diff)
Merge of distance_matrix_in_rips_module development into te trunk
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1969 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 231f9e7c2cea40a751a1c6dc7d544474b2426bc0
Diffstat (limited to 'src/Doxyfile')
-rw-r--r--src/Doxyfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 71aa038d..28bb079a 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -500,7 +500,7 @@ HIDE_SCOPE_NAMES = NO
# the files that are included by a file in the documentation of that file.
# The default value is: YES.
-SHOW_INCLUDE_FILES = YES
+SHOW_INCLUDE_FILES = NO
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# grouped member an include statement to the documentation, telling the reader
@@ -846,6 +846,7 @@ IMAGE_PATH = doc/Skeleton_blocker/ \
doc/Persistent_cohomology/ \
doc/Witness_complex/ \
doc/Bitmap_cubical_complex/ \
+ doc/Rips_complex/ \
doc/Subsampling/ \
doc/Spatial_searching/ \
doc/Tangential_complex/ \
@@ -2151,7 +2152,7 @@ TEMPLATE_RELATIONS = YES
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
-INCLUDE_GRAPH = YES
+INCLUDE_GRAPH = NO
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
@@ -2160,7 +2161,7 @@ INCLUDE_GRAPH = YES
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
-INCLUDED_BY_GRAPH = YES
+INCLUDED_BY_GRAPH = NO
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.