From 5e2afd286a332b93481750821be4785fbbd555a4 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Fri, 2 Jun 2023 22:47:08 +0200 Subject: api-docs: Show datetime of when api-docs were generated --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/CMakeLists.txt') 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) -- cgit v1.2.3