Add basic Technical Documentation page
parent
26eaa4e026
commit
16f0542b81
1 changed files with 11 additions and 0 deletions
11
Technical-Documentation.md
Normal file
11
Technical-Documentation.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
The application uses [phpDocumentor](https://www.phpdoc.org) to generate Technical/API documentation.
|
||||||
|
|
||||||
|
# Generate documentation
|
||||||
|
|
||||||
|
Just run the following command in the root directory of the project.
|
||||||
|
|
||||||
|
$ phpdoc
|
||||||
|
|
||||||
|
# Read documentation
|
||||||
|
|
||||||
|
After generation the documentation is stored in the `doc` folder. Just open `doc/index.html` with any web browser to read it.
|
||||||
Loading…
Reference in a new issue