mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-07 10:22:21 +00:00
feat(docs): add task to list Doxygen coverage of documentation
This commit is contained in:
parent
8efddfb90a
commit
b8e76f4a9f
1 changed files with 8 additions and 0 deletions
8
tasks.py
8
tasks.py
|
|
@ -106,3 +106,11 @@ def docs(c, o=False):
|
||||||
webbrowser.open(f"file://{os.path.abspath(path)}")
|
webbrowser.open(f"file://{os.path.abspath(path)}")
|
||||||
return
|
return
|
||||||
raise Exit(code=1)
|
raise Exit(code=1)
|
||||||
|
|
||||||
|
|
||||||
|
@task
|
||||||
|
def docs_coverage(c):
|
||||||
|
"""List doxygen coverage of documentation."""
|
||||||
|
subprocess.run(
|
||||||
|
"python tools/doxy-coverage.py docs/doxygen/xml --no-error", shell=True
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue