Guile Library

(scheme documentation)

Overview

Defines some macros to help in documenting macros, variables, generic functions, and classes.

Usage

define-macro-with-docs args
[Special Form]

Define a macro with documentation.

define-with-docs args
[Special Form]

Define a variable with documentation.

define-generic-with-docs args
[Special Form]

Define a generic function with documentation.

define-class-with-docs args
[Special Form]

Define a class with documentation.