summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index fac9a29..adb2aa3 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -72,14 +72,14 @@ WARN_LOGFILE =
72 72
73#--------------------------------------------------------------------------- 73#---------------------------------------------------------------------------
74# configuration options related to the input files 74# configuration options related to the input files
75#--------------------------------------------------------------------------- 75#---------------------------------------------------------------------------
76 76
77INPUT = \ 77INPUT = \
78 @srcdir@/include/opkele/ 78 @srcdir@/include/opkele/ @srcdir@/lib/
79FILE_PATTERNS = *.h 79FILE_PATTERNS = *.h *.cc
80RECURSIVE = NO 80RECURSIVE = NO
81EXCLUDE = 81EXCLUDE =
82EXCLUDE_SYMLINKS = NO 82EXCLUDE_SYMLINKS = NO
83EXCLUDE_PATTERNS = 83EXCLUDE_PATTERNS =
84EXAMPLE_PATH = 84EXAMPLE_PATH =
85EXAMPLE_PATTERNS = 85EXAMPLE_PATTERNS =
@@ -90,13 +90,13 @@ FILTER_PATTERNS =
90FILTER_SOURCE_FILES = NO 90FILTER_SOURCE_FILES = NO
91 91
92#--------------------------------------------------------------------------- 92#---------------------------------------------------------------------------
93# configuration options related to source browsing 93# configuration options related to source browsing
94#--------------------------------------------------------------------------- 94#---------------------------------------------------------------------------
95 95
96SOURCE_BROWSER = NO 96SOURCE_BROWSER = YES
97INLINE_SOURCES = NO 97INLINE_SOURCES = NO
98STRIP_CODE_COMMENTS = YES 98STRIP_CODE_COMMENTS = YES
99REFERENCED_BY_RELATION = YES 99REFERENCED_BY_RELATION = YES
100REFERENCES_RELATION = YES 100REFERENCES_RELATION = YES
101VERBATIM_HEADERS = YES 101VERBATIM_HEADERS = YES
102 102