From 82a6acc44759a4b0afb8110d682bc32edc1fd602 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 23 Jan 2015 14:42:18 +0100 Subject: Add generation of documentation using "make docs" --- doxygen.cfg.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doxygen.cfg.in') diff --git a/doxygen.cfg.in b/doxygen.cfg.in index bb1aa13..9ed1b14 100644 --- a/doxygen.cfg.in +++ b/doxygen.cfg.in @@ -534,8 +534,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src \ - include/plist +INPUT = include/plist/plist.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, which is -- cgit v1.1-32-gdbae