summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-02 15:53:39 +0200
committerGravatar Martin Szulecki2014-10-02 15:53:39 +0200
commitff5807ceca06d67a3f87c1aa147416b4ef3c25ec (patch)
treeacc0be1406f6324e753c51f5de20950bfbee27e8 /doxygen.cfg.in
parent4540d0ed1dde2ed7ea69f4abb911359db675c038 (diff)
downloadlibimobiledevice-ff5807ceca06d67a3f87c1aa147416b4ef3c25ec.tar.gz
libimobiledevice-ff5807ceca06d67a3f87c1aa147416b4ef3c25ec.tar.bz2
docs: Remove "src" from directories doxygen should check for documentation
The documentation should be moved to the headers and generated from there.
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index a5d08bc..a4dc57d 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -534,7 +534,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src include/@PACKAGE@
+INPUT = include/@PACKAGE@
# 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