summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-01-10 22:30:11 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-01-10 22:30:39 +0100
commitf7421d253747088c6cf83761f3e1ff1c664d25c2 (patch)
tree54a9c5babd98751ad2047a6c27a5483f7c05ab57 /Doxyfile
parent63bdf5db0e624411454a50264b6805ab0d5b0b98 (diff)
downloadmanaserv-f7421d253747088c6cf83761f3e1ff1c664d25c2.tar.gz
manaserv-f7421d253747088c6cf83761f3e1ff1c664d25c2.tar.xz
manaserv-f7421d253747088c6cf83761f3e1ff1c664d25c2.zip
Update some Doxygen settings
Enabled source code browsing and excluded enet from the docs by only including the 'src' directory.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 71d1bb7..325c66b 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -101,7 +101,7 @@ WARN_LOGFILE = "doxygen_warnings.txt"
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = .
+INPUT = src
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \
@@ -150,14 +150,14 @@ FILTER_SOURCE_PATTERNS =
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION = NO
REFERENCES_LINK_SOURCE = YES
USE_HTAGS = NO
-VERBATIM_HEADERS = NO
+VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------