mirror of
https://github.com/splitbrain/php-archive.git
synced 2025-01-29 03:27:57 +01:00
added apigen config for http://apigenerator.org/
This commit is contained in:
parent
6572e78ef9
commit
659465df84
16
apigen.yml
Normal file
16
apigen.yml
Normal file
@ -0,0 +1,16 @@
|
||||
# path inside of sources branch, see apigen --source <path>
|
||||
src-path: /src
|
||||
# inline code examples typically contains tables or code snippets
|
||||
allowed-html: b,i,a,ul,ol,li,p,br,var,samp,kbd,tt,table,thead,tbody,tr,td,pre,code
|
||||
# we want to search everything!
|
||||
autocomplete: classes,constants,functions,methods,properties,classconstants
|
||||
# privates are useful to know for developers
|
||||
access-levels: public,protected,private
|
||||
# even internals are useful to know for developers
|
||||
internal: yes
|
||||
# the php lib is already documented on php.net
|
||||
php: false
|
||||
# the doc should contain deprecated to not differ from source
|
||||
deprecated: true
|
||||
# useful for developers AND users to know
|
||||
todo: true
|
Loading…
x
Reference in New Issue
Block a user