Searched refs:doxygen_path (Results 1 – 1 of 1) sorted by relevance
88 def run_doxygen(doxygen_path, config_file, working_dir, is_silent): argument89 assert_is_exe(doxygen_path)92 cmd = [doxygen_path, config_file]134 run_doxygen(options.doxygen_path, 'doc/doxyfile', 'doc', is_silent=options.silent)