class: MCSystemCategoryParser
authorClaus Gittinger <cg@exept.de>
Wed, 15 May 2013 11:50:42 +0200
changeset 787 07d1bc57f716
parent 786 8c0dffd42eb8
child 788 f10fad47819b
class: MCSystemCategoryParser added: #documentation
MCSystemCategoryParser.st
--- a/MCSystemCategoryParser.st	Mon Apr 22 14:10:23 2013 +0200
+++ b/MCSystemCategoryParser.st	Wed May 15 11:50:42 2013 +0200
@@ -7,6 +7,13 @@
 	category:'SCM-Monticello-Chunk Format'
 !
 
+!MCSystemCategoryParser class methodsFor:'documentation'!
+
+documentation
+"
+    I parse PackageInfo statement from Monticello packages file
+"
+! !
 
 !MCSystemCategoryParser class methodsFor:'as yet unclassified'!
 
@@ -32,13 +39,14 @@
 !MCSystemCategoryParser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSystemCategoryParser.st,v 1.4 2012-09-11 21:29:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSystemCategoryParser.st,v 1.5 2013-05-15 09:50:42 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSystemCategoryParser.st,v 1.4 2012-09-11 21:29:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSystemCategoryParser.st,v 1.5 2013-05-15 09:50:42 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: MCSystemCategoryParser.st 5 2010-08-29 07:30:29Z vranyj1 §'
+    ^ '$Id: MCSystemCategoryParser.st,v 1.5 2013-05-15 09:50:42 cg Exp $'
 ! !
+