This module defines procedures that are associated to every command
provided by the command-line interface of the documenta
program. See the CLI and See (documenta cli)
sections for additional information.
Extract the API documentation of the given set of Guile Scheme modules.
sources (list of strings): Absolute or relative paths to Guile Scheme modules that compose the code whose API documentation will be extracted. These paths can lead to both Scheme files or Scheme directories. For example:
(list «myproject/liby.scm» «myproject/liby» «myproject/libz.scm» «myproject/libz»)
destination (string): Optional path to a directory where the final Texinfo files will be saved. If not provided, DEFAULT_DOC_PATH is used (see the module (documenta commands)).
Result: The API documentation is saved to the destination directory.