MCScanner.st
changeset 794 a2889c14bba1
parent 678 ec1bd261c5d6
child 939 64b784b699f9
--- a/MCScanner.st	Wed May 15 14:03:44 2013 +0200
+++ b/MCScanner.st	Wed May 15 14:03:45 2013 +0200
@@ -7,6 +7,17 @@
 	category:'SCM-Monticello-Chunk Format'
 !
 
+!MCScanner class methodsFor:'documentation'!
+
+documentation
+"
+    I scan / tokenize metadata  (package name, version info, ancestry, dependencies, ...) found in .mcz files.
+
+    For example, try:
+
+    MCScanner scan:  '(name ''MyPackage-ll.6'' message ''Fix bug xxx'' id ''b21dbd73-f1c3-2746-a3cc-92f1d4edea28'')' readStream
+"
+! !
 
 !MCScanner class methodsFor:'as yet unclassified'!
 
@@ -99,13 +110,14 @@
 !MCScanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCScanner.st,v 1.4 2012-09-11 21:28:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCScanner.st,v 1.5 2013-05-15 12:03:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCScanner.st,v 1.4 2012-09-11 21:28:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCScanner.st,v 1.5 2013-05-15 12:03:45 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: MCScanner.st 23 2010-10-29 14:41:24Z vranyj1 §'
+    ^ '$Id: MCScanner.st,v 1.5 2013-05-15 12:03:45 cg Exp $'
 ! !
+