Index: doc/langRef2.xotcl =================================================================== diff -u -rdb31aba05701517b161d7633e64d5af925358ee0 -r782b1f820f03b0f09c3e333a5e03f9ad2808fcac --- doc/langRef2.xotcl (.../langRef2.xotcl) (revision db31aba05701517b161d7633e64d5af925358ee0) +++ doc/langRef2.xotcl (.../langRef2.xotcl) (revision 782b1f820f03b0f09c3e333a5e03f9ad2808fcac) @@ -1,4 +1,4 @@ -package req xotcl::doc-tools +source [file dirname [info script]]/xodoc-tools.xotcl namespace eval ::xodoc-tools { @@ -101,7 +101,7 @@ } # - # alias + # i think, we do not have to distinguish between alias registered on Object and Class # @ xotclMethod alias -partof ::xotcl2::Object \ @@ -117,10 +117,6 @@ :returns "Fully qualified method name" } - # - # setter - # - @ xotclMethod setter -partof ::xotcl2::Object \ -arguments {methodName} { Register a method as a setter for same-named instance variables @@ -134,5 +130,16 @@ } -::xodoc-tools::make all -::xodoc-tools::make doc +namespace eval ::xodoc-tools { + puts "

Primitive XOTcl framework commands

\n\n\n" + + puts "

XOTcl Classes

\n\n\n" +}