"Mark Meier" <
markmeier@comcast.net> =
wrote in=20
message
news:hhCKoMQNDHA.488@TEEPC...
It looks like Tee Gopher is not =
concatenating a=20
space onto the end of a multi-line summary tag. Thus, when the =
multi-line comment is converted to a help file words at the end of =
the=20
previous line run together with words from the beginning of the =
next. =20
Tee Gopher 1 didn't have this problem.
This is a bit of an =
issue actually -- I've=20
got lots of multi-line comments in my source.
Here's an example from =
2.0:
---
Maintains a dynamic collection of =
helper=20
objects, used to construct objects in the system. The collection=20
ofhelpers is intended to be displayed from a list =
in a=20
user-interface component, so that a user =
candirectly=20
execute them. Each helper provides a name, descriptive text and an =
array of=20
descriptionsof parameters that are required by the =
helper.=20
The user-interface component will typically =
displaythe=20
names of available helpers, optionally display the descriptive text, =
and use=20
the list of parameterdescriptions to adequately =
execute the=20
helper.
---
Here's the same example in =
1.0:
---
Maintains a dynamic collection of =
helper=20
objects, used to construct objects in the system. The collection of =
helpers=20
is intended to be displayed from a list in a user-interface =
component, so=20
that a user can directly execute them. Each helper provides a name,=20
descriptive text and an array of descriptions of parameters that are =
required by the helper. The user-interface component will typically =
display=20
the names of available helpers, optionally display the descriptive =
text, and=20
use the list of parameter descriptions to adequately execute the=20
helper.
---
Sincerely,
Mark