Skip to content

Commit f75fab4

Browse files
committed
Add experimental apigen config file
1 parent 74f3381 commit f75fab4

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

apigen.neon

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
source:
2+
- src
3+
4+
destination: api
5+
extensions:
6+
- php
7+
8+
exclude:
9+
- tests/
10+
- vendor/
11+
12+
skipDocPath:
13+
- * <mask>```
14+
15+
skipDocPrefix:
16+
- Example
17+
18+
charset:
19+
- UTF-8
20+
21+
main: MongoDB
22+
title: MongoDB CRUD
23+
baseUrl: http://bjori.github.io/phongo-crud
24+
googleCseId: null
25+
googleAnalytics: null
26+
templateTheme: bootstrap
27+
templateConfig: null
28+
groups: auto
29+
autocomplete:
30+
- classes
31+
- constants
32+
- functions
33+
- methods
34+
- properties
35+
- classconstants
36+
37+
accessLevels:
38+
- public
39+
40+
internal: false
41+
php: true
42+
sourceCode: true
43+
tree: true
44+
deprecated: false
45+
todo: false
46+
download: false

0 commit comments

Comments
 (0)