remove params heading, use bold type instead

This commit is contained in:
Spencer Alger
2015-05-26 07:16:12 -07:00
parent 089797b54d
commit 91f7b91d7e
8 changed files with 654 additions and 654 deletions

View File

@ -33,7 +33,7 @@ The default method is `<%= action.spec.method || 'GET' %>` and the usual <<api-c
<%= examples(action.name) %>
<% if (_.size(action.allParams)) { %>
==== Params
*Params*
[horizontal]<%
_.each(action.allParams, function (param, paramName) { %>