gimpdoc - print documentation on GIMP PDB functions
gimpdoc [-r] [-w dir] function ...
gimpdoc is a Perl script that can query GIMP PDB functions for their
interfaces and documentation and format a man-style or HTML-format
documentation page to document their usage.
gimpdoc accepts the following options:
-r print raw manual page source as produced by
tbl|nroff.
-w dir create HTML documentation, storing files in
dir.
- function
- The GIMP PDB function to document. If an exact match is not found,
searches all PDB functions with a substring match to find any functions
with similar names.
gimpdoc is part of the GIMP Perl plug-in, written by Marc Lehmann
(pcg@goof.com).