|
2 months ago | |
---|---|---|
.gitignore | 3 months ago | |
DoxygenLayout.xml | 2 months ago | |
README.md | 2 months ago | |
doc-demo.py | 2 months ago | |
doc.py | 2 months ago |
Provides python3 scripts to deploy autogenerated API documentation online.
Usage:
python3 doc.py <pEpProject> <ReleaseTag> [--doxyfile <Doxyfile>] [<Options>]
where:
<pEpProject>
is a Repository Name of a pEp Project (eg "pEpEngine")<ReleaseTag>
is a ReleaseTag (or a branch) of this repo and<Doxyfile>
is a path relative to that points to the Doxyfile. This defaults to src/Doxyfile
.<Options>
is one of
-h
: Print a usage message and exit-v
: Be verbose and don't suppress output by make and doxygen