NAME
gimpdoc - print documentation on GIMP PDB functions
SYNOPSIS
gimpdoc [-r] [-w dir] function ...
DESCRIPTION
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.
OPTIONS
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.
SEE ALSO
gimp(1), GIMP(3pm)
AUTHORS
gimpdoc is part of the GIMP Perl plug-in, written by Marc Lehmann (pcg@goof.com).