Index: library/lib/doc-assets/class.html.tmpl =================================================================== diff -u -r9e98d057e87eb5d9bf8cd3a25dc679ed02cd6399 -rfa18300f1eee8e1998930245b22982c605c071da --- library/lib/doc-assets/class.html.tmpl (.../class.html.tmpl) (revision 9e98d057e87eb5d9bf8cd3a25dc679ed02cd6399) +++ library/lib/doc-assets/class.html.tmpl (.../class.html.tmpl) (revision fa18300f1eee8e1998930245b22982c605c071da) @@ -217,63 +217,27 @@ [:?var :@object-method { +[:!let omethods [:!get -sortedby name @object-method]]

Per-object methods

-
- [:for omethod ${:@object-method} { -
-

- [$omethod name]

-
- [:? {[$omethod eval {info exists :@return}]} {<[[$omethod @return] spec]>} ] - [$omethod name] - -
- [$omethod as_text] -
- -
- - [:? {[$omethod eval {info exists :@parameter}]} { -
-
Method parameters:
- [:for param [$omethod @parameter] { -
- [$param name] - [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] - - [$param as_text] -
- }] -
- }] - - [:? {[$omethod eval {info exists :@return}]} { - [:!let rparam [$omethod @return]] -
-
Returns: - -
-
[$rparam as_text]
-
- }] - - - [:? {[$omethod eval {info exists :@deprecated}]} { -
- Deprecated [$method @deprecated] -
- }] - -
- -
-
+
+ + [:for m $omethods { + + [$m name] + + }] +
- +
+
+ [:for omethod $omethods { + [$omethod render method.html.tmpl] }]
-
-}] +
}]