Revert "doc: Adjust docleaf configuration as needed"

This reverts commit a3b7102273.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-08-09 17:50:32 +02:00 committed by Fabio Baltieri
commit 0e4ab8f083

View file

@ -213,15 +213,12 @@ doxyrunner_outdir_var = "DOXY_OUT"
# -- Options for Docleaf plugin -------------------------------------------
docleaf_projects = {"Zephyr": {"xml": str(doxyrunner_outdir / "xml"), "root": "../"}}
docleaf_projects = {"Zephyr": str(doxyrunner_outdir / "xml")}
docleaf_default_project = "Zephyr"
docleaf_domain_by_extension = {
"h": "c",
"c": "c",
}
# Filters out any 'function' or 'variable' members that have 'all caps' names as
# they are likely unprocessed macro calls
docleaf_doxygen_skip = ["members:all_caps"]
cpp_id_attributes = [
"__syscall",