Index: library/lib/doc-assets/class.html.tmpl =================================================================== diff -u --- library/lib/doc-assets/class.html.tmpl (revision 0) +++ library/lib/doc-assets/class.html.tmpl (revision c4cc0944433a7cc9ae99612039aa0237ae70ec08) @@ -0,0 +1,264 @@ +
+
+ Filters + +
+
+

+ [:? {[${:name} info is class]} { Class } - { Object }] + ${:name} + [:?var :@superclass { + + - subclass of + [:for super ${:@superclass} { + [$super name] + }] + + }] +

+ +[:?var :@see { +
See also:${:@see}
+}] + +
+ [:text] +
+ +
+[:?var :@param { +
+

Slots

+
+ [:for attr ${:@param} { +
+

[$attr name] +

+
+
+ [$attr text] +
+
+ + + [:? {[$attr eval {info exists :default}]} { +
+ Default Value: [$attr default] +
+ }] + + [:? {[$attr eval {info exists :deprecated}]} { +
+ Deprecated: [$attr default] +
+ }] + +
+
+ + }] +
+
+} ] + [:let iattrs [:inherited @param]] + [:? {$iattrs ne ""} { +
+ [:for superclass [dict keys $iattrs] { + [:let attrs [dict get $iattrs $superclass]] +
+

Slots inherited + from [$superclass name]:

+
+ + [:for a $attrs { + + [$a name] + + }] + +
+
+ }] +
+ +}] +
+ +
+[:?var :@method { +
+

Methods

+
+ [:for method ${:@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 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 text] + [:? {[$param eval {info exists :default}]} { +
+ Default Value: [$param default] +
+ }] +
+ }] +
+ }] + + [:? {[$method eval {info exists :@return}]} { + [:let rparam [$method @return]] +
+
Returns: + +
+
[$rparam text]
+
+ }] + + + [:? {[$method eval {info exists :@deprecated}]} { +
+ Deprecated [$method @deprecated] +
+ }] + + [:? {[[:name] info methods [$method name]] ne ""} { +
Method type: [[:name] info method type [$method name]] + }] + +
+ +
+
+
+ + }] +
+
+ }] + [:let imethods [:inherited @method]] + [:? {$imethods ne ""} { +
+ [:for superclass [dict keys $imethods] { + [:let ms [dict get $imethods $superclass]] +
+

Methods inherited + from [$superclass name]:

+
+ + [:for m $ms { + + [$m name] + + }] + +
+
+ }] +
+ +}] + +[:?var :@method { + Undocumented Methods: [:undocumented] +}] +
+ + +[:?var :@object-method { +
+
+

Per-object methods

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

+ [$omethod name]

+
+ [:? {[$omethod eval {info exists :@return}]} {<[[$omethod @return] spec]>} ] + [$omethod name] + [$omethod parameters] + +
+ [$omethod text] +
+ +
+ + [:? {[$omethod eval {info exists :@param}]} { +
+
Method parameters:
+ [:for param [$omethod @param] { +
+ [$param name] + [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] + + [$param text] +
+ }] +
+ }] + + [:? {[$omethod eval {info exists :@return}]} { + [:let rparam [$omethod @return]] +
+
Returns: + +
+
[$rparam text]
+
+ }] + + + [:? {[$omethod eval {info exists :@deprecated}]} { +
+ Deprecated [$method @deprecated] +
+ }] + +
+ +
+
+
+ + }] +
+
+
+}] Fisheye: Tag c4cc0944433a7cc9ae99612039aa0237ae70ec08 refers to a dead (removed) revision in file `library/lib/doc-assets/object.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff?