Hello, texinfo.
I'm using texinfo 6.3 on Gentoo GNU/Linux.
I generated the file cc-mode.info using the command
$ makeinfo cc-mode.texi
. From the following source snippet:
@example
@group
main (int,
char **@c some comment
)
@end group
@end example
, this output was generated:
main (int,
char ** )
. It will be seen that the ")" is on the same line as the "char **".
This seems to be a bug; the ")" should be on a line of its own, as it
is in the .texi source.
It seems that the comment is taken to include the terminating linefeed,
rather than being everything up to but not including the linefeed.
Any chance of fixing this?
Thanks!
--
Alan Mackenzie (Nuremberg, Germany).