summaryrefslogtreecommitdiff
path: root/src/Doxyfile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-03 10:50:47 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-03 10:50:47 +0000
commit6b9fa936e42bd0c48f9320716937294dbcd7a21b (patch)
treeaf61a4f35b3d17746a9637c625e623ba5f746248 /src/Doxyfile
parentda56757d861e0e543b71454615b7266f3f9b84e5 (diff)
Fix doxygen after doc review for 1.2.0
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@881 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cffd514dde3fd716bac3768c4af56d3ff5777931
Diffstat (limited to 'src/Doxyfile')
-rw-r--r--src/Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 084a9abb..faa0d3fe 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -672,7 +672,8 @@ LAYOUT_FILE =
# search path. Do not use file names with spaces, bibtex cannot handle them. See
# also \cite for info how to create references.
-CITE_BIB_FILES = biblio/bibliography.bib
+CITE_BIB_FILES = biblio/bibliography.bib \
+ biblio/how_to_cite_gudhi.bib
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
@@ -811,7 +812,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).
-EXAMPLE_PATH =
+EXAMPLE_PATH = biblio/
# 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