Skip to content

Commit

Permalink
Merge pull request #92 from gruenich/feature/doxygen-include-modules-…
Browse files Browse the repository at this point in the history
…for-make

[doxygen] Include modules.txt and mainpage.txt in DoxyConfig
  • Loading branch information
xiaoyeli committed May 7, 2023
2 parents 53d810a + f0d0f5a commit baeea94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DoxyConfig
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.

INPUT = SRC/ EXAMPLE/ FORTRAN/
INPUT = SRC/ EXAMPLE/ FORTRAN/ DOC/mainpage.txt DOC/modules.txt

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ testing:
( cd TESTING ; $(MAKE) )

doc:
doxygen Doxyfile
doxygen DoxyConfig

cleanlib:
( cd SRC; $(MAKE) clean )
Expand Down

0 comments on commit baeea94

Please sign in to comment.