woocommerce/apigen.neon

54 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-01-16 15:49:28 +00:00
source: ./
destination: wc-apidocs
2015-01-16 16:06:58 +00:00
templateConfig: apigen/theme-woocommerce/config.neon
2015-01-16 15:49:28 +00:00
# list of scanned file extensions (e.g. php5, phpt...)
extensions: [php]
# directories and files matching this file mask will not be parsed
exclude:
- includes/libraries/
2016-06-07 14:18:33 +00:00
- includes/api/
2015-01-16 15:49:28 +00:00
- i18n/
- node_modules/
- wc-apidocs/
- tmp/
- tests/
- .sass-cache/
2015-01-16 16:06:58 +00:00
- apigen/
2015-01-16 15:49:28 +00:00
# character set of source files; if you use only one across your files, we recommend you name it
charset: [UTF-8]
# elements with this name prefix will be considered as the "main project" (the rest will be considered as libraries)
main: WC
# title of generated documentation
2016-06-07 14:18:33 +00:00
title: WooCommerce 2.6.x Code Reference
2015-01-16 15:49:28 +00:00
# base url used for sitemap (useful for public doc)
2016-07-19 10:30:31 +00:00
baseUrl: https://docs.woocommerce.com/wc-apidocs/
2015-01-16 15:49:28 +00:00
# choose ApiGen template theme
templateTheme: default
# generate documentation for PHP internal classes
2015-01-16 16:06:58 +00:00
php: false
2015-01-16 15:49:28 +00:00
# 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
2015-11-20 10:05:33 +00:00
download: false