From 0c7149bd2ba1b459af35507b8332439554f02c5a Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 11 Apr 2023 16:59:10 +0200 Subject: doc: Add support for extra html header for api documentation --- doc/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 9f5745ea..4fcdeb9b 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -11,6 +11,8 @@ project(ledger NONE) set(DOXYGEN_EXTRA_CSS CACHE STRING "Path to extra css file added to the generated API documentation") +set(DOXYGEN_HTML_HEADER CACHE STRING + "Path to html file used as the generated API documentation header") # Point CMake at any custom modules we may ship list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}") -- cgit v1.2.3