summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Doxyfile.in12
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
index 3849810..acdcabb 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1 +1,2 @@
Doxyfile
+html
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index f003f3f..59818c4 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -574,7 +574,17 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src include/dect
+INPUT = src/libdect.c \
+ src/debug.c \
+ src/timer.c \
+ src/io.c \
+ src/identities.c \
+ src/ie.c \
+ src/mm.c \
+ src/cc.c \
+ src/ss.c \
+ src \
+ include/dect
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is