summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-05-03 21:21:30 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2013-05-03 21:34:28 +0200
commit4cc0d9fe8d4f0b8d7d92aab6d5d63bf143fbe264 (patch)
tree22e5fae79b45dce77f922bc676fe6eccaf042956 /Doxyfile
parentc1f86f02a149f46609273e1bd5b42696d544727a (diff)
downloadlibsigrokdecode-4cc0d9fe8d4f0b8d7d92aab6d5d63bf143fbe264.tar.gz
libsigrokdecode-4cc0d9fe8d4f0b8d7d92aab6d5d63bf143fbe264.zip
Doxygen: Various fixes.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index c0e7311..abb589b 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -687,7 +687,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = config.h sigrokdecode-internal.h exception.c \
+EXCLUDE = config.h libsigrokdecode-internal.h exception.c \
module_sigrokdecode.c type_decoder.c type_logic.c \
util.c
@@ -706,7 +706,7 @@ EXCLUDE_SYMLINKS = NO
#
# Ignore the following files and directories (see also EXCLUDE above):
# - config.h: Non-public stuff, the file doesn't get installed.
-# - sigrokdecode-internal.h: Non-public stuff, the file doesn't get installed.
+# - libsigrokdecode-internal.h: Non-public stuff, the file isn't installed.
# - decoders/*: The decoders themselves don't contain public API.
# - exception.c: No public API stuff in there currently.
# - module_sigrokdecode.c: No public API stuff in there currently.