Index: library/lib/doc-assets/class.html.tmpl =================================================================== diff -u -rdbddbce63d4a499de52ff07fdc63c02017960c79 -r5f765b6d8713f416a443cc2367c3a47903cc2f83 --- library/lib/doc-assets/class.html.tmpl (.../class.html.tmpl) (revision dbddbce63d4a499de52ff07fdc63c02017960c79) +++ library/lib/doc-assets/class.html.tmpl (.../class.html.tmpl) (revision 5f765b6d8713f416a443cc2367c3a47903cc2f83) @@ -22,7 +22,7 @@ }]
- [:text] + [:as_text]
@@ -37,7 +37,7 @@
- [$attr text] + [$attr as_text]
@@ -103,7 +103,7 @@
- [$attr text] + [$attr as_text]
@@ -151,7 +151,7 @@
Method is redefine-protected }]
- [$method text] + [$method as_text]
@@ -164,7 +164,7 @@ [$param name] [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] - [$param text] + [$param as_text] [:? {[$param eval {info exists :default}]} {
Default Value: [$param default] @@ -181,7 +181,7 @@
Returns:
-
[$rparam text]
+
[$rparam as_text]
}] @@ -256,7 +256,7 @@ [$omethod parameters]
- [$omethod text] + [$omethod as_text]
@@ -269,7 +269,7 @@ [$param name] [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] - [$param text] + [$param as_text] }] @@ -281,7 +281,7 @@
Returns:
-
[$rparam text]
+
[$rparam as_text]
}]