Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 5029015

Browse files
committed
Add ApiGen config file
1 parent e702c6c commit 5029015

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased](https://github.com/orca-services/php-datatrans-xml-api-client)
66
### Added
77
- Link to class API documentation
8+
- Add ApiGen config file
89

910
### Changed
1011

apigen.neon

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ApiGen configuration
2+
3+
source:
4+
- src
5+
6+
title: "Datatrans Payment XML API PHP Client"
7+
8+
templateTheme: bootstrap
9+
10+
# Options
11+
accessLevels: [public, protected]
12+
sourceCode: true
13+
download: false
14+
php: false
15+
debug: true
16+
internal: true
17+
deprecated: true
18+
todo: true

0 commit comments

Comments
 (0)