htmlDocumentation is going to be obsolete
authorClaus Gittinger <cg@exept.de>
Wed, 23 Apr 2003 13:36:17 +0200
changeset 7227 5df22f2ffebc
parent 7226 714dbc698b2e
child 7228 b7c66af018f8
htmlDocumentation is going to be obsolete
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 $'
 ! !