class: VersionInfo
authorClaus Gittinger <cg@exept.de>
Fri, 28 Nov 2014 18:28:19 +0100
changeset 3655 2f83480a5df4
parent 3654 2e1467504811
child 3656 d3178669182f
class: VersionInfo comment/format in: #documentation
VersionInfo.st
--- a/VersionInfo.st	Fri Nov 28 18:28:00 2014 +0100
+++ b/VersionInfo.st	Fri Nov 28 18:28:19 2014 +0100
@@ -36,10 +36,12 @@
 
 documentation
 "
-    Class used to return a Dictionary when asked for versionInfo.
+    In ancient times, Class used to return a Dictionary when asked for versionInfo.
     This has been replaced by instances of this class and subclasses.
-    Notice, that subclasses may add more info for specific source repositories,
-    (CVSVersionInfo, MonticelloVersionInfo etc.)
+
+    Notice, that subclasses may add more info for specific source repositories
+    (CVSVersionInfo, MonticelloVersionInfo etc.).
+    However, any generic tools/ui should only depend on the values (and getters) found here.
 
     [author:]
         cg (cg@AQUA-DUO)
@@ -185,6 +187,6 @@
 !VersionInfo class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/VersionInfo.st,v 1.7 2014-03-05 22:13:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VersionInfo.st,v 1.8 2014-11-28 17:28:19 cg Exp $'
 ! !