HTMLDocGenerator.st
changeset 1360 e64af3eaeebe
parent 1351 38d939468fff
child 1363 235be278255d
--- a/HTMLDocGenerator.st	Fri Nov 28 11:34:10 2003 +0100
+++ b/HTMLDocGenerator.st	Wed Dec 03 12:34:03 2003 +0100
@@ -1713,7 +1713,7 @@
     "/ (otherwise, I'll say that this method is both
     "/  a subres and and obsolete method ...)
 
-    isSubres := (aMethod sends:'subclassResponsibility' asSymbol).
+    isSubres := (aMethod sends:#'subclassResponsibility').
 
     isObsolete := false.
     ((aMethod sends:'obsoleteMethodWarning' asSymbol)
@@ -2423,5 +2423,5 @@
 !HTMLDocGenerator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HTMLDocGenerator.st,v 1.72 2003-11-21 11:38:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HTMLDocGenerator.st,v 1.73 2003-12-03 11:34:03 cg Exp $'
 ! !