-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
2,841 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
/.travis.yml export-ignore | ||
/phpunit.* export-ignore | ||
/coverage export-ignore | ||
/apigen.neon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
apigen.neon | ||
vendor | ||
composer.lock | ||
local-test.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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.0 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 |
Oops, something went wrong.