mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
432 B
Markdown
25 lines
432 B
Markdown
![]() |
# doctum
|
||
|
|
||
|
> A PHP API documentation generator.
|
||
|
> More information: <https://github.com/code-lts/doctum>.
|
||
|
|
||
|
- Parse a project:
|
||
|
|
||
|
`doctum parse`
|
||
|
|
||
|
- Render a project:
|
||
|
|
||
|
`doctum render`
|
||
|
|
||
|
- Parse then render a project:
|
||
|
|
||
|
`doctum update`
|
||
|
|
||
|
- Parse and render only a specific version of a project:
|
||
|
|
||
|
`doctum update --only-version={{version}}`
|
||
|
|
||
|
- Parse and render a project using a specific configuration:
|
||
|
|
||
|
`doctum update {{path/to/config.php}}`
|