Tools__TagList.st
changeset 10054 0c212398b6cb
parent 9939 b9bfde3e776b
child 10840 2f6d0959c40b
--- a/Tools__TagList.st	Sun Jul 03 17:02:23 2011 +0200
+++ b/Tools__TagList.st	Sun Jul 03 17:05:02 2011 +0200
@@ -48,6 +48,16 @@
 
 
 "
+!
+
+documentation
+"
+    a list of tags as read & generated from parsing a source file.
+    For some languages, naive parsing is supported right here;
+    for other languages, external tools (ctags) are used.
+    The tags are used bz the tagList or to navigate quickly to some
+    function in the C-browser.
+"
 ! !
 
 !TagList class methodsFor:'accessing'!
@@ -3190,5 +3200,9 @@
 !TagList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.5 2011-06-19 10:58:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.6 2011-07-03 15:05:02 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id§'
 ! !