Index: library/lib/doc-assets/object.html.tmpl =================================================================== diff -u -r5dcd186af36657d206cc32709e40b8d681ce1d0e -r2c490ff6c40c296798a08edce62d5cea6cb968ea --- library/lib/doc-assets/object.html.tmpl (.../object.html.tmpl) (revision 5dcd186af36657d206cc32709e40b8d681ce1d0e) +++ library/lib/doc-assets/object.html.tmpl (.../object.html.tmpl) (revision 2c490ff6c40c296798a08edce62d5cea6cb968ea) @@ -1,3 +1,9 @@ +
+
+ Filters + +
+

[:? {[${:name} info is class]} { Class } - { Object }] ${:name} @@ -89,11 +95,11 @@

Methods

[:for method ${:@method} { -
+

[$method name]

- [:? {[$method exists @return]} {<[[$method @return] spec]>} ] + [:? {[$method exists @return] && [[$method @return] spec] ne ""} {<[[$method @return] spec]>} ] [$method name] [$method parameters] @@ -185,7 +191,7 @@

Per-object methods

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