mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
replacing phpDocumentor by apigen
This commit is contained in:
parent
a811585330
commit
cb4396b6d1
12
apigen.neon
Normal file
12
apigen.neon
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# configuration for apigen
|
||||||
|
|
||||||
|
|
||||||
|
source:
|
||||||
|
- .
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- vendor/*
|
||||||
|
- Resource/test/*
|
||||||
|
|
||||||
|
title: Chill EventBundle
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<phpdoc>
|
|
||||||
<parser>
|
|
||||||
<target>data/output</target>
|
|
||||||
<default-package-name>Chill\MainBundle</default-package-name>
|
|
||||||
</parser>
|
|
||||||
<transformer>
|
|
||||||
<target>data/output</target>
|
|
||||||
</transformer>
|
|
||||||
<files>
|
|
||||||
<directory>.</directory>
|
|
||||||
<ignore>Tests/Fixtures/App/AppKernel.php</ignore>
|
|
||||||
<ignore>Resources/test/*</ignore>
|
|
||||||
</files>
|
|
||||||
</phpdoc>
|
|
Loading…
x
Reference in New Issue
Block a user