Skip to content

Commit b5c0372

Browse files
committed
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 <https://www.doxygen.nl/manual/grouping.html> for Doxygen documentation about groups and their relation to topics.
1 parent 1ba9b69 commit b5c0372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deltachat-ffi/DoxygenLayout.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<tab type="hierarchy" visible="no" title="" intro=""/>
1010
<tab type="classmembers" visible="no" title="" intro=""/>
1111
</tab>
12-
<tab type="modules" visible="yes" title="Constants" intro="Here is a list of constants:"/>
12+
<tab type="topics" visible="yes" title="Constants" intro="Here is a list of constants:"/>
1313
<tab type="pages" visible="yes" title="" intro=""/>
1414
<tab type="namespaces" visible="yes" title="">
1515
<tab type="namespacelist" visible="yes" title="" intro=""/>

0 commit comments

Comments
 (0)