doc: conf: specify which variable is used for output directory
This is needed so that it can be re-used by other Doxygen configuration entries. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
7e88a29a7e
commit
ab64a67008
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ doxyrunner_doxyfile = ZEPHYR_BASE / "doc" / "zephyr.doxyfile.in"
|
|||
doxyrunner_outdir = ZEPHYR_BUILD / "doxygen"
|
||||
doxyrunner_fmt = True
|
||||
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
|
||||
doxyrunner_outdir_var = "DOXY_OUT"
|
||||
|
||||
# -- Options for Breathe plugin -------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue