summaryrefslogtreecommitdiff
path: root/src/Doxyfile
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-05 08:26:50 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-05 08:26:50 +0000
commit300914816e3e5d347efd9eaa5d06c236ad81511e (patch)
treebe2b6484191bd40bfaf66c634889fcb91466282f /src/Doxyfile
parentb2160d53d6b94979cb62c0369e62aad83a4cb8c7 (diff)
Move some utils + update doc so that utilities are shown as examples
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2756 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a707d174a382da7efad3d12a73bb66d2c90da599
Diffstat (limited to 'src/Doxyfile')
-rw-r--r--src/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 7f5975eb..7b506e42 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -819,7 +819,8 @@ EXCLUDE_SYMBOLS =
# command).
EXAMPLE_PATH = biblio/ \
- example/
+ example/ \
+ utilities/
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and