You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template for generating your PHP API documentation in a pretty VuePress format.
17
17
18
18
This package provides a **phpDocumentor** template to generate the API documentation of your code to be integrated in a nice looking [VuePress](https://vuepress.vuejs.org) project.
@@ -30,7 +30,6 @@ This template will generate six VuePress `*.md` files with the DocBlock document
30
30
-`constants.md`: Contains all global constants, sorted by namespace.
31
31
-`functions.md`: Contains all global functions, sorted by namespace.
32
32
33
-
34
33
## Demo
35
34
36
35
Check a demo of documentation generated with this template in http://nelson6e65.github.io/phpdoc-vuepress/demo/
@@ -39,7 +38,6 @@ Explore sources of [nelson6e65/phpdoc-vuepress](https://github.com/nelson6e65/ph
39
38
40
39
> A real project API generated using this template: [nelson6e65.github.io/php_nml/api/](https://nelson6e65.github.io/php_nml/api/).
> You may need to set the composer option [minimum-stability](https://getcomposer.org/doc/04-schema.md#minimum-stability) to 'dev' in order to be able to install pre-releases.
63
61
64
-
65
62
## Usage
66
63
67
64
Run phpDocumentor and set template as `vendor/nelson6e65/phpdoc-vuepress/data/templates/vuepress`:
> More information about the available arguments can be found at [running phpDocumentor](http://www.phpdoc.org/docs/latest/guides/running-phpdocumentor.html).
75
71
76
-
77
72
## Configuration
78
73
79
74
See the [Configuration section in the documentation](https://nelson6e65.github.io/phpdoc-vuepress/guide/configuration.html) for setup examples.
80
75
81
-
82
76
## Further reading
83
77
84
78
Check the documentation for more information [https://nelson6e65.github.io/phpdoc-vuepress/](https://nelson6e65.github.io/phpdoc-vuepress/).
details: Generate documentation for all your classes, interfaces and traits sorted by namespace. Also, include your global/namespaced functions and constants.
12
+
- title: Document all your code
13
+
details: Generate documentation for all your classes, interfaces and traits sorted by namespace. Also, include your global/namespaced functions and constants.
14
14
15
-
- title: Easy integration
16
-
details: Combine your API documentation with your existent VuePress pages by simply adding the 5 generated files to your sidebar configuration as a group.
15
+
- title: Easy integration
16
+
details: Combine your API documentation with your existent VuePress pages by simply adding the 5 generated files to your sidebar configuration as a group.
17
17
18
-
- title: Linked references
19
-
details: Navigate between classes/members references by just a click. Get references of inherited members
18
+
- title: Linked references
19
+
details: Navigate between classes/members references by just a click. Get references of inherited members
20
20
21
-
- title: Searchable elements
22
-
details: Use the VuePress search in toolbar to find classes, interfaces, traits, functions and constants by name.
21
+
- title: Searchable elements
22
+
details: Use the VuePress search in toolbar to find classes, interfaces, traits, functions and constants by name.
0 commit comments