Last active
February 21, 2021 03:15
-
-
Save FlorianWolters/3655107 to your computer and use it in GitHub Desktop.
Boilerplate Neon configuration file for the documentation generator "ApiGen".
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
# apigen.neon | |
# | |
# Neon configuration file for the documentation generator "ApiGen". | |
# | |
# This program is free software: you can redistribute it and/or modify it under | |
# the terms of the GNU Lesser General Public License as published by the Free | |
# Software Foundation, either version 3 of the License, or (at your option) any | |
# later version. | |
# | |
# This program is distributed in the hope that it will be useful, but WITHOUT | |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | |
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | |
# details. | |
# | |
# You should have received a copy of the GNU Lesser General Public License along | |
# with this program. If not, see http://gnu.org/licenses/lgpl.txt. | |
# | |
# Author: Florian Wolters <[email protected]> | |
# Copyright: 2013 Florian Wolters | |
# License: http://gnu.org/licenses/lgpl.txt LGPL-3.0+ | |
# Link: http://gist.github.com/3655107 | |
source: | |
- src/php | |
- vendor | |
destination: review/api | |
exclude: | |
skipDocPath: | |
- "<TODO>/vendor/*" | |
skipDocPrefix: | |
main: | |
title: FlorianWolters\<TODO> | |
baseUrl: http://<TODO> | |
googleCseId: | |
googleCseLabel: | |
googleAnalytics: | |
allowedHtml: | |
groups: namespaces | |
autocomplete: | |
- classes | |
- constants | |
- functions | |
accessLevels: | |
- public | |
- protected | |
internal: no | |
php: yes | |
tree: yes | |
deprecated: no | |
todo: no | |
sourceCode: no | |
download: yes | |
report: review/apigen.log | |
wipeout: yes | |
quiet: no | |
progressbar: no | |
colors: yes | |
debug: no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment