ClassItem.st
changeset 2625 d70f0361a027
parent 2612 ce84f1d3dae9
child 2626 4ee750caddab
equal deleted inserted replaced
2624:faabcb137c0a 2625:d70f0361a027
     7 
     7 
     8 !ClassItem class methodsFor:'documentation'!
     8 !ClassItem class methodsFor:'documentation'!
     9 
     9 
    10 documentation
    10 documentation
    11 "
    11 "
    12     documentation to be added.
    12     This is not yet finished (work in progress) - do not use.
    13 
    13 
    14     [author:]
    14     [author:]
    15         Pierre Schwarz (ps@exept.de)
    15         Pierre Schwarz (ps@exept.de)
    16 
    16 
    17     [see also:]
    17     [see also:]
   230 ! !
   230 ! !
   231 
   231 
   232 !ClassItem class methodsFor:'documentation'!
   232 !ClassItem class methodsFor:'documentation'!
   233 
   233 
   234 version
   234 version
   235     ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.6 2000-02-15 16:49:13 ps Exp $'
   235     ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.7 2000-02-18 14:01:44 cg Exp $'
   236 ! !
   236 ! !