Skip to content

Commit

Permalink
Doxygen: fix input paths
Browse files Browse the repository at this point in the history
Some interesting stuff was missing previously (MessageProcessor for instance)
  • Loading branch information
OttoAllmendinger committed Sep 22, 2014
1 parent f473a18 commit 06c1c27
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions cmake/Doxyfile.in
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 06c1c27

Please sign in to comment.