Index: library/lib/doc-assets/class.html.tmpl =================================================================== diff -u -r5f765b6d8713f416a443cc2367c3a47903cc2f83 -rfee959816f9851be0afd54905e906854680fccb2 --- library/lib/doc-assets/class.html.tmpl (.../class.html.tmpl) (revision 5f765b6d8713f416a443cc2367c3a47903cc2f83) +++ library/lib/doc-assets/class.html.tmpl (.../class.html.tmpl) (revision fee959816f9851be0afd54905e906854680fccb2) @@ -135,73 +135,7 @@
[:?var :@class-method { [:for method ${:@class-method} { -
-

- [$method name]

-
- [:? {[$method eval {info exists :@return}] && [[$method @return] spec] ne ""} {<[[$method @return] spec]>} ] - [$method name] - [$method parameters] - - [:? {[$method has_property interally-called]} { -
Internally called method, can be redefined. - }] - [:? {[[:name] info methods [$method name]] ne "" && - [::nsf::methodproperty [:name] [$method name] redefine-protected]} { -
Method is redefine-protected - }] -
- [$method as_text] -
- -
- - [:? {[$method eval {info exists :@param}]} { -
-
Method parameters:
- [:for param [$method @param] { -
- [$param name] - [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] - - [$param as_text] - [:? {[$param eval {info exists :default}]} { -
- Default Value: [$param default] -
- }] -
- }] -
- }] - - [:? {[$method eval {info exists :@return}]} { - [:let rparam [$method @return]] -
-
Returns: - -
-
[$rparam as_text]
-
- }] - - - [:? {[$method eval {info exists :@deprecated}]} { -
- Deprecated [$method @deprecated] -
- }] - - [:? {[[:name] info methods [$method name]] ne ""} { -
Method type: [[:name] info method type [$method name]] - }] - -
- -
-
-
- + [$method render method.html.tmpl] }] }]