mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
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.
Delta Chat C Interface
Installation
see Installing libdeltachat system wide in ../README.md
Documentation
To generate the C Interface documentation,
call doxygen in the deltachat-ffi directory
and browse the html subdirectory.
If thinks work, the documentation is also available online at https://c.delta.chat