19 (scheme documentation)
19.1 Overview
Defines some macros to help in documenting macros, variables, generic functions,
and classes.
19.2 Usage
— Special Form:
define-macro-with-docs name-and-args docs . body
Define a macro with documentation.
— Special Form:
define-with-docs sym docs val
Define a variable with documentation.
— Special Form:
define-generic-with-docs name documentation
Define a generic function with documentation.
— Special Form:
define-class-with-docs name supers docs . slots
Define a class with documentation.