Revert "doc: Adjust docleaf configuration as needed"
This reverts commit a3b7102273
.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
c71d6af304
commit
0e4ab8f083
1 changed files with 1 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue