1
0
mirror of synced 2024-11-21 21:06:07 +03:00

fix apigen config

This commit is contained in:
Alex Lushpai 2016-08-10 00:35:46 +03:00
parent c79fe5b0ab
commit 1f662a020a

View File

@ -1,32 +1,27 @@
extensions: extensions:
- php - php
source: source:
- lib - lib
exclude: exclude:
- tests/ - tests/
- vendor/ - vendor/
- bin/ - bin/
- docs/ - docs/
charset: charset:
- auto - auto
- UTF-8 - UTF-8
- Windows-1251 - Windows-1251
title: retailCRM PHP API client title: retailCRM PHP API client
templateTheme: bootstrap templateTheme: bootstrap
groups: auto groups: auto
autocomplete:
- classes
- constants
- methods
- classconstants
accessLevels: accessLevels:
- public - public
internal: true internal: true
php: false php: false
tree: true tree: true