Skip to content

Commit ab64a67

Browse files
gmarullnashif
authored andcommitted
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 <[email protected]>
1 parent 7e88a29 commit ab64a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
doxyrunner_outdir = ZEPHYR_BUILD / "doxygen"
186186
doxyrunner_fmt = True
187187
doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
188+
doxyrunner_outdir_var = "DOXY_OUT"
188189

189190
# -- Options for Breathe plugin -------------------------------------------
190191

0 commit comments

Comments
 (0)