Special hyperbooks
The HyperBook system comes with three built-in special hyperbooks that
provide an easy mechanism to link to code in the Lisp image. This is
particularly useful for software documentation.
-
is used for linking to ASDF systems
that have been loaded or are available for loading. The page id is the
system name. Example: .
-
is used for linking to Lisp functions,
including generic functions. The page id is the function name, meaning
the package-qualified symbol that names the function.
Example: .
-
is used for linking to Lisp classes.
The page id is the class name, meaning the package-qualified symbol
that names the function.
Example: .