MCPcopy Create free account
hub / github.com/FastLED/FastLED / generate_docs

Function generate_docs

ci/docs.py:140–143  ·  view source on GitHub ↗
(doxygen_bin: Path)

Source from the content-addressed store, hash-verified

138
139
140def generate_docs(doxygen_bin: Path) -> None:
141 print("Generating documentation...")
142 cmd_str = f'"{doxygen_bin}" {DOXYFILE_PATH.name}'
143 run(cmd_str, cwd=str(DOCS_ROOT), capture=False)
144
145
146# def install_graphviz() -> None:

Callers 1

mainFunction · 0.85

Calls 2

runFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected