From ff5807ceca06d67a3f87c1aa147416b4ef3c25ec Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 2 Oct 2014 15:53:39 +0200 Subject: docs: Remove "src" from directories doxygen should check for documentation The documentation should be moved to the headers and generated from there. --- doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doxygen.cfg.in') 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 -- cgit v1.1-32-gdbae