From 4ab90f7069943682b75716b881a06288bf234d10 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 10 Mar 2021 15:49:02 +0100 Subject: [PATCH] add DoxygenLayout.xml file `DoxygenLayout.xml` is picked up by doxygen automatically (as `Doxyfile`) and its template can be generated by `doxygen -l DoxygenLayout.xml`. after that, the following tweaks were done: - remove all xml-parts but header (other defaults are fine so far) - rename "Modules" header to "Constants" (there are no modules :) - remove useless subitems from "Classes", eg. by name only shows as "d" - reorder tabs so that "Classes" becomes the first one --- deltachat-ffi/DoxygenLayout.xml | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 deltachat-ffi/DoxygenLayout.xml diff --git a/deltachat-ffi/DoxygenLayout.xml b/deltachat-ffi/DoxygenLayout.xml new file mode 100644 index 000000000..91a199763 --- /dev/null +++ b/deltachat-ffi/DoxygenLayout.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +