changed: #codeFor_openDocumentation
authorClaus Gittinger <cg@exept.de>
Tue, 17 Nov 2009 12:23:39 +0100
changeset 9264 171e3ab3697d
parent 9263 ae635ed9e57e
child 9265 ae127bb9c614
changed: #codeFor_openDocumentation
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Mon Nov 16 17:19:29 2009 +0100
+++ b/CodeGeneratorTool.st	Tue Nov 17 12:23:39 2009 +0100
@@ -2820,11 +2820,11 @@
     "/ change below as required ...
 
     "/ to open an HTML viewer on some document (under ''doc/online/<language>/'' ):
-    HTMLDocumentView openFullOnDocumentationFile:''TOP.html''.
+    self openDocumentationFile:''TOP.html''.
 
     "/ add application-specific help files under the ''doc/online/<language>/help/appName''
     "/ directory, and open a viewer with:
-    "/ HTMLDocumentView openFullOnDocumentationFile:''help/<MyApplication>/TOP.html''.
+    "/ self openDocumentationFile:''help/<MyApplication>/TOP.html''.
 '.
 
     "Created: / 27-10-2006 / 10:02:55 / cg"
@@ -3161,9 +3161,9 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.81 2009-11-16 13:34:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.82 2009-11-17 11:23:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.81 2009-11-16 13:34:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.82 2009-11-17 11:23:39 cg Exp $'
 ! !