We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3381 commit f75fab4Copy full SHA for f75fab4
apigen.neon
@@ -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