Remove apigen.neon config

This commit is contained in:
Ben Ramsey
2015-06-21 19:52:46 -05:00
parent c8f320477b
commit 2d2c57d233
3 changed files with 7 additions and 10 deletions
-1
View File
@@ -4,4 +4,3 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
/phpcs.xml export-ignore
/apigen.neon export-ignore
+7 -1
View File
@@ -40,7 +40,13 @@ Much inspiration for this library came from the [Java][javauuid] and
The [latest class API documentation][apidocs] is available online. This project
uses [ApiGen](http://apigen.org/) to generate this documentation. To
generate the documentation on your own, run `apigen` from the root of the project.
generate the documentation on your own, install ApiGen and run the following command
from the root of the project:
```
apigen generate --source="src" --destination="build/apidocs" --title="ramsey/uuid" --template-theme="bootstrap" --deprecated --todo
```
This will generate documentation in the `build/apidocs/` folder.
## Requirements
-8
View File
@@ -1,8 +0,0 @@
source: src/
destination: build/apidocs
title: ramsey/uuid 3.0.x-dev
main: Ramsey
deprecated: true
templateTheme: bootstrap
todo: true
sourceCode: true