From b5c0372c9954253b28812fb8a4afaac00c2093ff Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 14 Jan 2024 03:35:57 +0000 Subject: [PATCH] docs: restore "Constants" page in Doxygen >=1.9.8 deltachat.h uses `@defgroup` commands to create topics for groups of constants. Prior to Doxygen 1.9.8 defining a group created a "module" and all constants were visible from the modules.html page. In Doxygen 1.9.8 "modules" were renamed into "topics" as C++20 modules have taken their place, so Delta Chat documentation does not have modules in Doxygen sense anymore. The change is to replace "modules.html" with "topics.html" in the DoxygenLayout.xml. See for Doxygen documentation about groups and their relation to topics. --- deltachat-ffi/DoxygenLayout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/DoxygenLayout.xml b/deltachat-ffi/DoxygenLayout.xml index 91a199763..37615cb10 100644 --- a/deltachat-ffi/DoxygenLayout.xml +++ b/deltachat-ffi/DoxygenLayout.xml @@ -9,7 +9,7 @@ - +