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