per project class docu added
authorClaus Gittinger <cg@exept.de>
Fri, 26 Apr 1996 17:50:37 +0200
changeset 515 3f2035620126
parent 514 e48fbcbc358d
child 516 f007fd40377a
per project class docu added
ProjectV.st
ProjectView.st
--- a/ProjectV.st	Fri Apr 26 17:46:48 1996 +0200
+++ b/ProjectV.st	Fri Apr 26 17:50:37 1996 +0200
@@ -563,12 +563,13 @@
         html := HTMLDocGenerator 
                         htmlClasses:classes 
                         title:'project classes' 
-                        backTo:nil.
+                        backTo:#none.
 
         XtHTML openFullOnText:html inDirectory:(XtHTML documentFileFor:'')
     ]
 
     "Created: 11.4.1996 / 19:29:50 / cg"
+    "Modified: 26.4.1996 / 17:48:33 / cg"
 !
 
 showProject
@@ -610,4 +611,5 @@
 !ProjectView class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.27 1996-04-26 15:45:00 cg Exp $'! !
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.28 1996-04-26 15:50:37 cg Exp $'
+! !
--- a/ProjectView.st	Fri Apr 26 17:46:48 1996 +0200
+++ b/ProjectView.st	Fri Apr 26 17:50:37 1996 +0200
@@ -563,12 +563,13 @@
         html := HTMLDocGenerator 
                         htmlClasses:classes 
                         title:'project classes' 
-                        backTo:nil.
+                        backTo:#none.
 
         XtHTML openFullOnText:html inDirectory:(XtHTML documentFileFor:'')
     ]
 
     "Created: 11.4.1996 / 19:29:50 / cg"
+    "Modified: 26.4.1996 / 17:48:33 / cg"
 !
 
 showProject
@@ -610,4 +611,5 @@
 !ProjectView class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.27 1996-04-26 15:45:00 cg Exp $'! !
+    ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.28 1996-04-26 15:50:37 cg Exp $'
+! !