mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Remove apigen.neon config
This commit is contained in:
@@ -4,4 +4,3 @@
|
||||
/tests export-ignore
|
||||
/phpunit.xml.dist export-ignore
|
||||
/phpcs.xml export-ignore
|
||||
/apigen.neon export-ignore
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user