Index: library/lib/doc-assets/@class.html.yuidoc =================================================================== diff -u -rd9b47262886ea198bd62861a30a212ab0e31b3bb -rbbf48b80f31cfe50ba2114cf0ec6f1465b60c2e1 --- library/lib/doc-assets/@class.html.yuidoc (.../@class.html.yuidoc) (revision d9b47262886ea198bd62861a30a212ab0e31b3bb) +++ library/lib/doc-assets/@class.html.yuidoc (.../@class.html.yuidoc) (revision bbf48b80f31cfe50ba2114cf0ec6f1465b60c2e1) @@ -246,3 +246,36 @@ }] + +[:!let hooks [:!get -sortedby name @class-hook]] +[:? {[llength $hooks] > 0} { +
+
+

Hook methods

+
+
+ + [:for m $hooks { + [:!let modifier [expr {[$m pinfo get -default 0 bundle call-protected]?"protected":""}]] + [:!let depr [expr {[$m !get @deprecated]?"deprecated":""}]] + + [$m name] + + }] + +
+
+
+
+ [:for method $hooks { + [$method render hookmethod] + }] +
+
+
+}]