run_doxygen¶
- documenteer.stackdocs.doxygen.run_doxygen(*, conf, root_dir)¶
 Run Doxygen.
- Parameters:
 conf (
DoxygenConfiguration) – ADoxygenConfigurationthat configures the Doxygen build.root_dir (
Path) – The directory that is considered the root of the Doxygen build. This is the directory where the Doxygen configuration is written asdoxygen.conf.
- Returns:
 status – The shell status code returned by the
doxygenexecutable.- Return type: