Mail Archives: djgpp-workers/2000/07/16/12:12:13
On Sun, 16 Jul 2000, Martin Str|mberg wrote:
> Is it ok to use @code{} in @r{}?
It should work.
> +@findex rand48 AT r{, increased speed of @code{drand48} and @code{erand48}}
You could also say this instead:
@findex rand48 AT r{, increased speed of }drand48 AT r{ and }erand48
@findex implicitly wraps the entire entry in @code, so you only need to
mark the exceptions with @r. Some people like the second alternative
better, some like the first.
Actually, I think the following is better still:
@findex drand48 AT r{, increased speed}
@findex erand48 AT r{, increased speed}
- Raw text -