diff options
-rw-r--r-- | doc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ef93c293..eba8d376 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -40,6 +40,7 @@ if (USE_DOXYGEN) set(DOXYGEN_SHORT_NAMES YES) set(DOXYGEN_JAVADOC_AUTOBRIEF YES) set(DOXYGEN_TAB_SIZE 8) + set(DOXYGEN_TIMESTAMP DATETIME) set(DOXYGEN_BUILTIN_STL_SUPPORT YES) set(DOXYGEN_EXTRACT_ALL YES) set(DOXYGEN_EXTRACT_LOCAL_CLASSES NO) |