zephyr/doc/_extensions
Gerard Marull-Paretas 5e82764cb3 doc: extensions: doxyrunner: fix HTML output handling
The extension was not evaluating the GENERATE_HTML option correctly. The
get_doxygen_option returns a `List[str]`, not a `str`.

This effectively means that the Zephyr apidoc has not been updated for a
while as the extension was not moving the output to the final
destination folder.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-07-15 06:57:02 -04:00
..
zephyr doc: extensions: doxyrunner: fix HTML output handling 2021-07-15 06:57:02 -04:00
local_util.py