diff options
author | VirtualTam <virtualtam@flibidi.net> | 2019-01-18 22:24:58 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2019-01-18 22:24:58 +0100 |
commit | 1c53591a43cfea0c7c7ca0ed4cd223cef842eaf3 (patch) | |
tree | 7781fb92e2050cd919cdb995655bbfdac6654c4b /.gitignore | |
parent | ff3b5dc5542ec150f0d9b447394364a15e9156d0 (diff) | |
download | Shaarli-1c53591a43cfea0c7c7ca0ed4cd223cef842eaf3.tar.gz Shaarli-1c53591a43cfea0c7c7ca0ed4cd223cef842eaf3.tar.zst Shaarli-1c53591a43cfea0c7c7ca0ed4cd223cef842eaf3.zip |
doc: add phpDocumentor configuration
See:
- https://phpdoc.org/
- https://docs.phpdoc.org/references/configuration.html
- https://github.com/phpDocumentor/phpDocumentor2
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,12 +25,14 @@ coverage | |||
25 | doxygen | 25 | doxygen |
26 | sandbox | 26 | sandbox |
27 | phpmd.html | 27 | phpmd.html |
28 | phpdoc.xml | ||
28 | 29 | ||
29 | # User plugin configuration | 30 | # User plugin configuration |
30 | plugins/*/config.php | 31 | plugins/*/config.php |
31 | 32 | ||
32 | # HTML documentation | 33 | # HTML documentation |
33 | doc/html/ | 34 | doc/html/ |
35 | doc/phpdoc/ | ||
34 | 36 | ||
35 | # 3rd party themes | 37 | # 3rd party themes |
36 | tpl/* | 38 | tpl/* |