diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-01-10 22:30:11 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-01-10 22:30:39 +0100 |
commit | f7421d253747088c6cf83761f3e1ff1c664d25c2 (patch) | |
tree | 54a9c5babd98751ad2047a6c27a5483f7c05ab57 /Doxyfile | |
parent | 63bdf5db0e624411454a50264b6805ab0d5b0b98 (diff) | |
download | manaserv-f7421d253747088c6cf83761f3e1ff1c664d25c2.tar.gz manaserv-f7421d253747088c6cf83761f3e1ff1c664d25c2.tar.bz2 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-- | Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 #--------------------------------------------------------------------------- |