Skip to content

Commit 6b0f265

Browse files
Merge pull request #2248 from thk123/bugfix/doxygen-including-jbmc
Fix doxyfile to include JBMC documentation
2 parents 72e99a0 + 157a12c commit 6b0f265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ WARN_LOGFILE =
771771
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
772772
# Note: If this tag is empty the current directory is searched.
773773

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

776776
# This tag can be used to specify the character encoding of the source files
777777
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)