forked from HSLdevcom/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enunciate.xml
28 lines (25 loc) · 1004 Bytes
/
enunciate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.4.0.xsd">
<!--
We only use Enunciate to generate documentation for the trip planner API.
This is a barebones config file that moslty just turns off modules we don't need.
See https://github.com/stoicflame/enunciate/wiki/User-Guide#configuration
-->
<modules>
<c-xml-client disabled="true"/>
<csharp-xml-client disabled="true"/>
<java-xml-client disabled="true"/>
<java-json-client disabled="true"/>
<gwt-json-overlay disabled="true"/>
<obj-c-xml-client disabled="true"/>
<php-xml-client disabled="true"/>
<php-json-client disabled="true"/>
<ruby-json-client disabled="true"/>
<idl disabled="true"/>
<swagger disabled="true"/>
<docs disableRestMountpoint="true" includeApplicationPath="true"/>
<jaxrs>
<application path="/otp/" />
</jaxrs>
</modules>
</enunciate>