Skip to content

Commit

Permalink
Fix doxyfile to include JBMC documentation
Browse files Browse the repository at this point in the history
Also include unit test utilities in the documentation.
  • Loading branch information
thk123 committed May 29, 2018
1 parent 8befd02 commit 157a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = . ../doc
INPUT = . ../doc ../jbmc/src ../unit/testing-utils ../jbmc/unit/java-testing-utils

# 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 157a12c

Please sign in to comment.