Tools_NamespaceList.st
changeset 11874 29fac41ec346
parent 10950 de89034c7c28
child 13473 d8e9ed472e9f
child 13498 b8d845e42988
--- a/Tools_NamespaceList.st	Sat Oct 20 21:16:07 2012 +0200
+++ b/Tools_NamespaceList.st	Sat Oct 20 21:36:38 2012 +0200
@@ -34,6 +34,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I implement the namespace list in the new system browser
+"
 ! !
 
 !NamespaceList class methodsFor:'interface specs'!
@@ -555,5 +561,5 @@
 !NamespaceList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.19 2011-12-04 11:34:38 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.20 2012-10-20 19:36:38 cg Exp $'
 ! !