-
Notifications
You must be signed in to change notification settings - Fork 11
/
apigen.neon
26 lines (21 loc) · 929 Bytes
/
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
# Use like: php -d memory_limit=512M /usr/bin/apigen -d /output/dir --config apigen.neon
# Source file or directory to parse
source: code
# List of allowed file extensions
extensions: [php]
# Mask to exclude file or directory from processing
exclude: [*/administrator/manifests/*,*/plugins/system/koowa/*,*/libraries/koowa/libraries/legacy.php,*/administrator/manifests/files/files_koowa/script.php]
# Generate documentation for elements marked as internal and display internal documentation parts
internal: No
# Generate documentation for PHP internal classes
php: No
# Generate tree view of classes, interfaces and exceptions
tree: Yes
# Generate documentation for deprecated classes, methods, properties and constants
deprecated: Yes
# Generate highlighted source code files
sourceCode: Yes
# Add a link to download documentation as a ZIP archive
download: Yes
googleAnalytics: UA-214238-5
title: "Joomlatools Framework"