WarningCompilationErrorHandler.st
changeset 1332 1f64577c44b5
parent 929 4cd47fa33c28
child 1451 44ef4c3ba214
--- a/WarningCompilationErrorHandler.st	Thu Nov 07 14:43:42 2002 +0100
+++ b/WarningCompilationErrorHandler.st	Fri Nov 08 11:16:01 2002 +0100
@@ -1,3 +1,5 @@
+"{ Package: 'stx:libcomp' }"
+
 CompilationErrorHandler subclass:#WarningCompilationErrorHandler
 	instanceVariableNames:''
 	classVariableNames:''
@@ -5,6 +7,14 @@
 	category:'System-Compiler'
 !
 
+!WarningCompilationErrorHandler class methodsFor:'documentation'!
+
+documentation
+"
+    I am a warning ErrorHandler - i.e. showing a warning for
+    compilation errors.
+"
+! !
 
 !WarningCompilationErrorHandler methodsFor:'error handling'!
 
@@ -28,5 +38,5 @@
 !WarningCompilationErrorHandler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/WarningCompilationErrorHandler.st,v 1.2 1999-07-30 20:57:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/WarningCompilationErrorHandler.st,v 1.3 2002-11-08 10:16:01 cg Exp $'
 ! !