aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schink <jaylink-dev@marcschink.de>2016-10-30 11:39:29 +0100
committerMarc Schink <jaylink-dev@marcschink.de>2016-11-05 14:39:49 +0100
commit1dab6eddfbbd00a8cafa87f4b52e2e35afd3272b (patch)
treea2b2c2e130857a39987c7d979c952da19095e51d
parentb9794cd696483ef965017c78e4abba79b2c5242e (diff)
downloadlibjaylink-1dab6eddfbbd00a8cafa87f4b52e2e35afd3272b.zip
libjaylink-1dab6eddfbbd00a8cafa87f4b52e2e35afd3272b.tar.gz
libjaylink-1dab6eddfbbd00a8cafa87f4b52e2e35afd3272b.tar.bz2
Doxyfile: Add version.h to the input files
Signed-off-by: Marc Schink <jaylink-dev@marcschink.de>
-rw-r--r--Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 785173a..52510b0 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -743,7 +743,8 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = @top_srcdir@/libjaylink
+INPUT = @top_srcdir@/libjaylink \
+ @top_builddir@/libjaylink/version.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses