MCVersionInspector.st
changeset 788 f10fad47819b
parent 702 73d4a33705d9
--- a/MCVersionInspector.st	Wed May 15 11:50:42 2013 +0200
+++ b/MCVersionInspector.st	Wed May 15 12:49:35 2013 +0200
@@ -7,6 +7,21 @@
 	category:'SCM-Monticello-UI'
 !
 
+!MCVersionInspector class methodsFor:'documentation'!
+
+documentation
+"
+    I am a tool that visually represents an MCVersion.
+
+    While I can be opened on anMCVersion, you've probably seen me most often
+    after saving a package in the Monticello Browser.
+
+    I have buttons to perform common version-related actions - like browsing,
+    loading, and viewing changes. In my main text area, I display the following
+    information about my version - name, author, timestamp, UUID, ancestors and
+    log message.    
+"
+! !
 
 !MCVersionInspector methodsFor:'as yet unclassified'!
 
@@ -132,5 +147,6 @@
 !MCVersionInspector class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionInspector.st,v 1.2 2012-09-11 21:30:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionInspector.st,v 1.3 2013-05-15 10:49:35 cg Exp $'
 ! !
+