diff options
author | Aurélien Tamisier <virtualtam+github@flibidi.net> | 2019-01-23 22:14:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 22:14:32 +0100 |
commit | e664865e2e1a88846e56f930095dfe4ff210596a (patch) | |
tree | 6ca7f7da0849e814d38bbd904ce18b9740ea2e3f /.gitignore | |
parent | 92423ce58a316c8f3b4aeb0a510bcecf54e15d7c (diff) | |
parent | 9eb6055abb2643a9d666b0355cd6d6d67ee4e0ba (diff) | |
download | Shaarli-e664865e2e1a88846e56f930095dfe4ff210596a.tar.gz Shaarli-e664865e2e1a88846e56f930095dfe4ff210596a.tar.zst Shaarli-e664865e2e1a88846e56f930095dfe4ff210596a.zip |
Merge pull request #1258 from virtualtam/refactor/phpdoc
Replace Doxygen with phpDocumentor to generate reference documentation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,15 +22,16 @@ inc/languages/*/LC_MESSAGES/shaarli.mo | |||
22 | 22 | ||
23 | # Development and test resources | 23 | # Development and test resources |
24 | coverage | 24 | coverage |
25 | doxygen | ||
26 | sandbox | 25 | sandbox |
27 | phpmd.html | 26 | phpmd.html |
27 | phpdoc.xml | ||
28 | 28 | ||
29 | # User plugin configuration | 29 | # User plugin configuration |
30 | plugins/*/config.php | 30 | plugins/*/config.php |
31 | 31 | ||
32 | # HTML documentation | 32 | # HTML documentation |
33 | doc/html/ | 33 | doc/html/ |
34 | doc/phpdoc/ | ||
34 | 35 | ||
35 | # 3rd party themes | 36 | # 3rd party themes |
36 | tpl/* | 37 | tpl/* |