Skip to content

Instantly share code, notes, and snippets.

@FlorianWolters
Last active February 21, 2021 03:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FlorianWolters/3655107 to your computer and use it in GitHub Desktop.
Save FlorianWolters/3655107 to your computer and use it in GitHub Desktop.
Boilerplate Neon configuration file for the documentation generator "ApiGen".
# 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 <wolters.fl@gmail.com>
# 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