From 1c53591a43cfea0c7c7ca0ed4cd223cef842eaf3 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Fri, 18 Jan 2019 22:24:58 +0100 Subject: [PATCH] doc: add phpDocumentor configuration See: - https://phpdoc.org/ - https://docs.phpdoc.org/references/configuration.html - https://github.com/phpDocumentor/phpDocumentor2 Signed-off-by: VirtualTam --- .gitignore | 2 ++ phpdoc.dist.xml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 phpdoc.dist.xml diff --git a/.gitignore b/.gitignore index 414ff6d..ce2ebe2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,12 +25,14 @@ coverage doxygen sandbox phpmd.html +phpdoc.xml # User plugin configuration plugins/*/config.php # HTML documentation doc/html/ +doc/phpdoc/ # 3rd party themes tpl/* diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml new file mode 100644 index 0000000..3878550 --- /dev/null +++ b/phpdoc.dist.xml @@ -0,0 +1,21 @@ + + + <![CDATA[Shaarli API Reference]]> + + utf8 + + FIXME + TODO + WIP + + doc/phpdoc + + + doc/phpdoc + + + index.php + application + plugins + +