Remove files related to API doc
I remove these files because the script for creating the API was removed too. But we'll re-add them sometime I guess.
This commit is contained in:
parent
713d14635d
commit
d40497cca2
|
@ -1,27 +0,0 @@
|
||||||
# Create API documentation
|
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
|
|
||||||
You need phpDocumentor 2 installed on your system to create the api
|
|
||||||
documentation. Please visit [phpdoc's website](http://phpdoc.org/) for more
|
|
||||||
information. Additionally, the graphviz package is required to be installed.
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
phpDocumentator is configured with xml configuration reside in doc/phpdoc.xml.
|
|
||||||
In there you'll find the target path where the documentation is created as
|
|
||||||
html. Default location is doc/api/. Just point to index.html in this directory
|
|
||||||
with a browser.
|
|
||||||
|
|
||||||
If you generated the documentation already, you can follow [this link](apidoc/idnex.html).
|
|
||||||
|
|
||||||
## Generation
|
|
||||||
|
|
||||||
Change to Icinga Web 2 root directory (source tree) and run:
|
|
||||||
|
|
||||||
bin/createapidoc.sh
|
|
||||||
|
|
||||||
## Options for createapidoc.sh
|
|
||||||
|
|
||||||
--build Optional, silent build mode
|
|
||||||
--help Displays help message
|
|
Loading…
Reference in New Issue