[patch] fix generate wrong slindex commands bug in packages/stinst/doc/Texinfo.st

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[patch] fix generate wrong slindex commands bug in packages/stinst/doc/Texinfo.st

Lee Duhem
If there are comments which include something like

        ... #character
        #short #int ...

the generated doc/classes.texi will includes output like

        ...
        @slindex character
        @-#short
        @slindex int

This is wrong, here is the fix.

lee

ChangeLog:

2009-09-02  Lee Duhem  <[hidden email]>

        * packages/stinst/doc/Texinfo.st: Fix generate wrong slindex commands bug.

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Texinfo.patch (688 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [patch] fix generate wrong slindex commands bug in packages/stinst/doc/Texinfo.st

Paolo Bonzini-2
On 09/02/2009 05:45 PM, Lee Duhem wrote:
> Lee Duhem<[hidden email]>
>
> * packages/stinst/doc/Texinfo.st: Fix generate wrong slindex commands bug.

Committed these and all the others, thanks.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk