# HG changeset patch # User Claus Gittinger # Date 1051097777 -7200 # Node ID 5df22f2ffebce598aaf7f200bb2175a7840909bb # Parent 714dbc698b2ef8850473aaee96fe54b285fc410e htmlDocumentation is going to be obsolete diff -r 714dbc698b2e -r 5df22f2ffebc Class.st --- a/Class.st Wed Apr 23 11:47:02 2003 +0200 +++ b/Class.st Wed Apr 23 13:36:17 2003 +0200 @@ -3320,6 +3320,8 @@ !Class methodsFor:'printOut'! htmlDocumentation + self obsoleteMethodWarning:'use HTMLDocGenerator htmlDocOf:'. + ^ HTMLDocGenerator htmlDocOf:self "Created: 22.3.1997 / 14:18:23 / cg" @@ -4813,5 +4815,5 @@ !Class class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.428 2003-04-22 13:00:58 penk Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.429 2003-04-23 11:36:17 cg Exp $' ! !