-
Notifications
You must be signed in to change notification settings - Fork 143
/
apigen.neon
51 lines (36 loc) · 1.19 KB
/
apigen.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
source: ./
destination: cptui-docs
templateConfig: apigen/theme-cptui/config.neon
# list of scanned file extensions (e.g. php5, phpt...)
extensions: [php]
# directories and files matching this file mask will not be parsed
exclude:
- cptui-apidocs/
- tmp/
- tests/
- apigen/
- languages/
- node_modules/
- vendor/
# character set of source files; if you use only one across your files, we recommend you name it
charset: [UTF-8]
# elements with this name prefix will be considered as the "main project" (the rest will be considered as libraries)
# main: WC
# title of generated documentation
title: Custom Post Type UI Documentation
# base url used for sitemap (useful for public doc)
# baseUrl: http://docs.woothemes.com/wc-apidocs/
# choose ApiGen template theme
templateTheme: bootstrap
# generate documentation for PHP internal classes
php: false
# generate highlighted source code for elements
sourceCode: true
# generate tree view of classes, interfaces, traits and exceptions
tree: true
# generate documentation for deprecated elements
deprecated: true
# generate list of tasks with @todo annotation
todo: true
# add link to ZIP archive of documentation
download: false