gEDA-user: Verbosity in gEDA/pcb documentation
DJ Delorie
dj at delorie.com
Fri Jul 13 15:31:20 EDT 2007
> Copy and paste makes it very easy to produce such sort of verbose
> descriptions.
It's not cut and paste, it's a programmatic macro inserted by the
document extractor. The ":" one is like this:
/* %start-doc actions wq
This command has been added for the convenience of @code{vi} users and
has the same functionality as @code{s} combined with @code{q}.
@colonaction
%end-doc */
Where @colonaction is defined earlier in that file (src/command.c).
More information about the geda-user
mailing list