Index: doc/Class.man =================================================================== diff -u -r0228cdf0ec65ab129536c20196a05d593ceb59b4 -rbf42a9bc9fffff123de76674ddabb3125eb1faa0 --- doc/Class.man (.../Class.man) (revision 0228cdf0ec65ab129536c20196a05d593ceb59b4) +++ doc/Class.man (.../Class.man) (revision bf42a9bc9fffff123de76674ddabb3125eb1faa0) @@ -1,4 +1,4 @@ -[comment {-*- tcl -*- nx::Class manpage}] +[comment {-*- Tcl -*- nx::Class manpage}] [include version.inc] [manpage_begin nx::Class 3 [vset VERSION]] @@ -23,7 +23,7 @@ [vset CMD "cls"] [vset MODIFIER ""] -[copyright {2014 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).}] +[copyright {2014-2016 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).}] [titledesc {API reference of the base-metaclass of the NX objectsystem}] [moddesc {NX API}] @@ -327,7 +327,7 @@ [list_begin definitions] -[call [arg cls] [method property] [opt "[option -accessor] [const public] | [const protected] | [const private]"] [opt "[option -configurable] [arg trueFalse]"] [opt [option -incremental]] [opt "[option -class] [arg className]"] [arg spec] [opt [arg initBlock]]] +[call [arg cls] [method property] [opt "[option -accessor] [const public] | [const protected] | [const private]"] [opt "[option -class] [arg className]"] [opt "[option -configurable] [arg trueFalse]"] [opt [option -incremental]] [opt "[option -trace] [const set] | [const get] | [const default]"] [arg spec] [opt [arg initBlock]]] [include property.man.inc] @@ -347,7 +347,7 @@ [comment {::nx::Object variable ?-accessor /value/? ?-incremental? ?-class /value/? ?-configurable /boolean/? ?-initblock /value/? ?-nocomplain? /spec/ ?/defaultValue/?}] -[call [arg cls] [method variable] [opt "[option -accessor] [const public] | [const protected] | [const private]"] [opt [option -incremental]] [opt "[option -class] [arg className]"] [opt "[option -configurable] [arg trueFalse]"] [opt "[option -initblock] [arg script]"] [arg spec] [opt [arg defaultValue]]] +[call [arg cls] [method variable] [opt "[option -accessor] [const public] | [const protected] | [const private]"] [opt [option -incremental]] [opt "[option -class] [arg className]"] [opt "[option -configurable] [arg trueFalse]"] [opt "[option -initblock] [opt "[option -trace] [const set] | [const get] | [const default]"] [arg script]"] [arg spec] [opt [arg defaultValue]]] [include variable.man.inc]