Skip to content

Commit

Permalink
Some documentation and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 19, 2016
1 parent bd7e4c2 commit 908253b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions modules/relax/models/RelaxDSL.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* Copyright Ortus Solutions, Corp, All rights reserved
* www.ortussolutions.com
* ---
* The Relax DSL configuration object which is mixed into a simple Relax CFC Definition Object so you can use all the methods in this CFC to define RESTful web services.
* All functions can be concatenated to create a nice programmatic DSL.
* Relax offers you a nice programmatic DSL to define RESTFul web services. All functions defined in this DSL can be concatenated with each other to
* create expressive and human readable representations of your API Definitions.
*/
component accessors="true"{

Expand Down
11 changes: 2 additions & 9 deletions modules/relax/views/home/docs/serviceOverview.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@

<!--- API Return Formats --->
<h2>API Return Formats</h2>
<p>
This service can detect the incoming resource extension in order to provide to you the resource represented
according to the extension:
<pre class="brush: html; auto-links:false">
resource.{format}
resource.json
resource.xml</pre>

</p>
<table class="table table-striped table-hover" width="100%">
<tr>
<th width="250" class="textRight">Service Extension Detection:</th>
Expand Down Expand Up @@ -83,4 +74,6 @@
</tr>
</cfloop>
</table>

<hr>
</cfoutput>

0 comments on commit 908253b

Please sign in to comment.