From 06c1c273a8b9d65c89b716e8d1db4f19529f6e63 Mon Sep 17 00:00:00 2001 From: Otto Allmendinger Date: Mon, 22 Sep 2014 09:31:15 +0200 Subject: [PATCH] Doxygen: fix input paths Some interesting stuff was missing previously (MessageProcessor for instance) --- cmake/Doxyfile.in | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index be63f35f56..2b9b2251e4 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = ./docs # performance problems for the file system. # The default value is: NO. -CREATE_SUBDIRS = NO +CREATE_SUBDIRS = YES # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -733,15 +733,10 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = README.md \ - deps/lucre/include/lucre \ - include/opentxs/client \ - include/opentxs/extensions \ - include/opentxs/core \ - src/client \ - src/extensions \ - src/core \ - src/opentxs +INPUT = ../README.md \ + ../deps/lucre/include/lucre \ + ../include/opentxs/ \ + ../src/ # 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