AbstractVersionDiffBrowserItem.st
changeset 2625 d70f0361a027
parent 2611 143fe4202159
child 2626 4ee750caddab
equal deleted inserted replaced
2624:faabcb137c0a 2625:d70f0361a027
     7 
     7 
     8 !AbstractVersionDiffBrowserItem class methodsFor:'documentation'!
     8 !AbstractVersionDiffBrowserItem 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:]
   122 ! !
   122 ! !
   123 
   123 
   124 !AbstractVersionDiffBrowserItem class methodsFor:'documentation'!
   124 !AbstractVersionDiffBrowserItem class methodsFor:'documentation'!
   125 
   125 
   126 version
   126 version
   127     ^ '$Header: /cvs/stx/stx/libtool/AbstractVersionDiffBrowserItem.st,v 1.3 2000-02-15 16:47:37 ps Exp $'
   127     ^ '$Header: /cvs/stx/stx/libtool/AbstractVersionDiffBrowserItem.st,v 1.4 2000-02-18 14:01:55 cg Exp $'
   128 ! !
   128 ! !