tunnelkit/.jazzy.yaml
Davide De Rosa 465e08e42f Wrap OpenVPN entities in pseudonamespace
Temporarily exclude AppExtension and tests.
2019-05-19 14:05:02 +02:00

36 lines
732 B
YAML

clean:
module: "TunnelKit"
author: "Davide De Rosa"
author_url: "https://github.com/passepartoutvpn/tunnelkit"
theme: fullwidth
xcodebuild_arguments:
- "-workspace"
- "TunnelKit.xcworkspace"
- "-scheme"
- "TunnelKit-iOS"
custom_categories:
- name: Core
children:
- BidirectionalState
- ConfigurationError
- EndpointProtocol
- IOInterface
- IPv4Settings
- IPv6Settings
- LinkInterface
- Proxy
- TunnelInterface
- SocketType
- name: OpenVPN
children:
- OpenVPN
- SessionError
- SessionProxyDelegate
- SessionReply
- name: AppExtension
children:
- TunnelKitProvider