diff --git a/README.md b/README.md index 776b722..794da6d 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ Much inspiration for this library came from the [Java][javauuid] and ## API Documentation The [latest class API documentation][apidocs] is available online. This project -uses [phpDocumentor](http://phpdoc.org/) to generate this documentation. To -generate the documentation on your own, run `phpdoc` from the root of the project. -This will generate documentation in the `docs/` folder. +uses [ApiGen](http://apigen.org/) to generate this documentation. To +generate the documentation on your own, run `apigen` from the root of the project. +This will generate documentation in the `build/apidocs/` folder. ## Requirements diff --git a/apigen.neon b/apigen.neon new file mode 100644 index 0000000..5bf7e17 --- /dev/null +++ b/apigen.neon @@ -0,0 +1,15 @@ +# apigen configuration +# This uses the NEON file format: http://ne-on.org/ +source: + - src +destination: build/apidocs +title: Rhumsaa\Uuid +main: Rhumsaa +deprecated: Yes +todo: Yes +sourceCode: Yes +report: build/apigen-checkstyle.xml +wipeout: Yes +quiet: No +progressbar: Yes +colors: Yes diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml deleted file mode 100644 index 26e70fc..0000000 --- a/phpdoc.dist.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - Rhumsaa\Uuid - - build/phpdoc - - - docs - - -