help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Fix documentation file references


From: Mark Meyer
Subject: [Help-smalltalk] Fix documentation file references
Date: Sun, 27 Jan 2008 14:59:40 +0000

diff --git a/doc/gst.texi b/doc/gst.texi
index 9faec34..c776a80 100644
--- a/doc/gst.texi
+++ b/doc/gst.texi
@@ -2172,14 +2172,15 @@ which are specific to @gst{}.  The first is a
compiler f
 methods written in Smalltalk itself, whose source code provides good
 insights into the @gst{} virtual machine.
 
-The second is the automatic documentation extractor, contained in
-two files, @file{compiler/STLoader.st} and
@file{compiler/STLoaderObjs.st}.
-To be able to create Texinfo files even if the library cannot be loaded
-(for example, @code{BLOX} requires a running X server) Smalltalk source
code is
-interpreted and objects for the classes and methods being read in
-are created; then, polymorphism allows one to treat these exactly
-like usual classes which can be fed to @gst{}'s @code{ClassPublisher}
-(found in @file{examples/Publish.st}.
+The second is the automatic documentation extractor, contained in two
+files, @file{packages/stinst/compiler/STLoader.st} and
address@hidden/stinst/compiler/STLoaderObjs.st}.  To be able to create
+Texinfo files even if the library cannot be loaded (for example,
address@hidden requires a running X server) Smalltalk source code is
+interpreted and objects for the classes and methods being read in are
+created; then, polymorphism allows one to treat these exactly like
usual
+classes which can be fed to @gst{}'s @code{ClassPublisher} (found in
address@hidden/stinst/doc/Publish.st}.
 
 @node Database






reply via email to

[Prev in Thread] Current Thread [Next in Thread]