-
Notifications
You must be signed in to change notification settings - Fork 0
/
apigen.neon
37 lines (33 loc) · 1.08 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
# Source file or directory to parse
source: 'src'
# Directory where to save the generated documentation
destination: 'docs'
# List of allowed file extensions
extensions: [php]
# Character set of source files
charset: [utf-8]
templateTheme: bootstrap
# Title of generated documentation
title: 'AloFramework Config 1.1 API'
# Grouping of classes
groups: auto
# Generate documentation for methods and properties with given access level
accessLevels: [public, protected]
# Generate documentation for elements marked as internal and display internal documentation parts
internal: No
# Generate documentation for PHP internal classes
php: Yes
# Generate tree view of classes, interfaces and exceptions
tree: Yes
# Generate documentation for deprecated classes, methods, properties and constants
deprecated: Yes
# Generate documentation of tasks
todo: Yes
# Generate highlighted source code files
noSourceCode: Yes
# Add a link to download documentation as a ZIP archive
download: No
# Don't display scanning and generating messages
quiet: No
# Display additional information in case of an error
debug: Yes