Skip to content

Commit

Permalink
Merge pull request #905 from kvedala/disable_doxygen_timestamp
Browse files Browse the repository at this point in the history
fix: disable timestamps in footer of html docs
  • Loading branch information
kvedala committed Jun 25, 2020
2 parents 6365881 + d8b121b commit 8cd25f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(DOXYGEN_FOUND)
set(DOXYGEN_GENERATE_MAN NO)
set(DOXYGEN_USE_MATHJAX YES)
set(DOXYGEN_GENERATE_HTML YES)
set(DOXYGEN_HTML_TIMESTAMP YES)
# set(DOXYGEN_HTML_TIMESTAMP YES)
set(DOXYGEN_EXTRACT_STATIC YES)
set(DOXYGEN_INLINE_SOURCES YES)
set(DOXYGEN_CREATE_SUBDIRS YES)
Expand Down

0 comments on commit 8cd25f4

Please sign in to comment.