docs(api): clean up return and params formatiing

Closes #827
This commit is contained in:
Drew Rygh
2015-12-29 19:23:25 -06:00
parent 10816c2e21
commit 5e8450df06

View File

@ -28,7 +28,7 @@ angular_controller: APIDemoCtrl <@ endif @>
<@- endmacro -@> <@- endmacro -@>
<@ macro paramTable(params, isDirective) -@> <@ macro paramTable(params, isDirective) -@>
<table class="table" style="margin:0;"> <table class="table param-table" style="margin:0;">
<thead> <thead>
<tr> <tr>
<th><@ if isDirective @>Attr<@ else @>Param<@ endif @></th> <th><@ if isDirective @>Attr<@ else @>Param<@ endif @></th>
@ -207,7 +207,10 @@ Improve this doc
<@ endif @> <@ endif @>
<@ if method.returns @> <@ if method.returns @>
* Returns: <$ typeInfo(method.returns) $> <div class="return-value">
<i class="icon ion-arrow-return-left"></i>
<b>Returns:</b> <$ typeInfo(method.returns) $>
</div>
<@ endif @> <@ endif @>
<@ endfor -@> <@ endfor -@>