lots of formatting fixes,
added functionindex to docapplication
This commit is contained in:
parent
7633e98eea
commit
604ab4f8ba
18 changed files with 219 additions and 116 deletions
7
DocFunction/asIndexItem.skin
Normal file
7
DocFunction/asIndexItem.skin
Normal file
|
@ -0,0 +1,7 @@
|
|||
<tr><td>
|
||||
<% this.link handler="false" %>
|
||||
- <% this.type %> in <% docprototype.name %>
|
||||
<br/>
|
||||
<% this.comment length="200" %>
|
||||
</td></tr>
|
||||
|
|
@ -3,5 +3,3 @@
|
|||
<% this.comment length="200" %>
|
||||
</td></tr>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ function link_macro (param) { return renderLink (this, param); }
|
|||
//// END OF COPIED FUNCTIONS
|
||||
|
||||
|
||||
|
||||
function headline_macro (param) {
|
||||
var p = this.getParentElement ();
|
||||
var handler = (p!=null) ? p.getName () : "";
|
||||
|
@ -77,7 +78,9 @@ function parameters_macro (param) {
|
|||
}
|
||||
|
||||
|
||||
|
||||
function type_macro (param) {
|
||||
return this.getTypeName ();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue