Skip to content

Commit

Permalink
Merge pull request #200 from dacharyc/DOCSP-38826
Browse files Browse the repository at this point in the history
(DOCSP-38826): Add `include` path to Doxyfile for generating API reference docs
  • Loading branch information
dacharyc authored Apr 18, 2024
2 parents 538af90 + e248f24 commit ea665a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = ./README.md ./src/cpprealm
INPUT = ./README.md ./include/cpprealm ./src/cpprealm

# 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 ea665a5

Please sign in to comment.