diff options
author | Martin Szulecki <m.szulecki@libimobiledevice.org> | 2014-10-02 15:53:39 +0200 |
---|---|---|
committer | Martin Szulecki <m.szulecki@libimobiledevice.org> | 2014-10-02 15:53:39 +0200 |
commit | ff5807ceca06d67a3f87c1aa147416b4ef3c25ec (patch) | |
tree | acc0be1406f6324e753c51f5de20950bfbee27e8 | |
parent | 4540d0ed1dde2ed7ea69f4abb911359db675c038 (diff) | |
download | libimobiledevice-ff5807ceca06d67a3f87c1aa147416b4ef3c25ec.tar.gz |
docs: Remove "src" from directories doxygen should check for documentation
The documentation should be moved to the headers and generated from there.
-rw-r--r-- | doxygen.cfg.in | 2 |
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 |