From cb4396b6d16b01654c7a9f77862eb67a4d4c9928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 20 Nov 2016 22:54:50 +0100 Subject: [PATCH] replacing phpDocumentor by apigen --- apigen.neon | 12 ++++++++++++ phpdoc.dist.xml | 15 --------------- 2 files changed, 12 insertions(+), 15 deletions(-) create mode 100644 apigen.neon delete mode 100644 phpdoc.dist.xml diff --git a/apigen.neon b/apigen.neon new file mode 100644 index 000000000..e651150f6 --- /dev/null +++ b/apigen.neon @@ -0,0 +1,12 @@ +# configuration for apigen + + +source: + - . + +exclude: + - vendor/* + - Resource/test/* + +title: Chill EventBundle + diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml deleted file mode 100644 index 30c71f606..000000000 --- a/phpdoc.dist.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - data/output - Chill\MainBundle - - - data/output - - - . - Tests/Fixtures/App/AppKernel.php - Resources/test/* - -