*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 02 Oct 2009 11:12:33 +0200
changeset 12101 715a89a8a8bc
parent 12100 8b25e69db2f0
child 12102 f00d93d94de7
*** empty log message ***
ProgrammingLanguage.st
--- a/ProgrammingLanguage.st	Fri Oct 02 11:12:30 2009 +0200
+++ b/ProgrammingLanguage.st	Fri Oct 02 11:12:33 2009 +0200
@@ -14,6 +14,14 @@
 "
 !
 
+!ProgrammingLanguage class methodsFor:'documentation'!
+
+documentation
+"
+    provide info about which tools are to be used for code in
+    a programming language
+"
+! !
 
 !ProgrammingLanguage class methodsFor:'initialization'!
 
@@ -324,11 +332,11 @@
 !ProgrammingLanguage class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.5 2009-10-02 09:10:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.6 2009-10-02 09:12:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.5 2009-10-02 09:10:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.6 2009-10-02 09:12:33 cg Exp $'
 !
 
 version_SVN