HEX
Server: Apache
System: Linux web15f49.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: hzaluminio (728004)
PHP: 7.0.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/hzaluminio/www/wp-content/plugins/Ebor-Framework-master/metaboxes/apigen/apigen.neon
# source:
#   - bootstrap.php
#   - example-functions.php
#   - init.php
#   - includes
#   - tests
source: ./

destination: ../../../../wpengine/api
# list of scanned file extensions (e.g. php5, phpt...)
extensions: [php]

# directories and files matching this file mask will not be parsed
exclude:
    - node_modules/
    - tmp/
    - apigen/
    - css/
    - images/
    - js/
    - languages/
    - vendor/

# # similar to above, but this files will be included in class tree
# skipDocPath:
#     - *Component\Console

# character set of source files; if you use only one across your files, we recommend you name it
charset: [UTF-8]

# title of generated documentation
main: CMB2

# title of generated documentation
title: CMB2 Documentation

# base url used for sitemap (useful for public doc)
baseUrl: https://cmb2.io/api

# custom search engine id, will be used by search box
googleCseId: 001227520415713999821:rbrooe8zpyi

# Google Analytics tracking code
googleAnalytics: UA-61730501-1

# choose ApiGen template theme
templateTheme: bootstrap # or: default
templateConfig: apigen/theme-bootstrap/src/config.neon

# the way elements are grouped in menu
groups: packages # also: namespace, packages, none; auto will detect namespace first, than packages

# access levels of included method and properties
accessLevels: [public, protected, private] # also [private]

# include elements marked as @internal/{@internal}
internal: true

# generate documentation for PHP internal classes
php: false

# generate highlighted source code for elements
sourceCode: true

# generate tree view of classes, interfaces, traits and exceptions
tree: true

# generate documentation for deprecated elements
deprecated: true

# generate list of tasks with @todo annotation
todo: true

# add link to ZIP archive of documentation
download: true