[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.23.3.2 Usage
- Function: add-ref-resolver! proc
Add proc to the head of the list of ref-resolvers. proc will be expected to take the name of a node and the name of a manual and return the URL of the referent, or
#f
to pass control to the next ref-resolver in the list.The default ref-resolver will return the concatenation of the manual name,
#
, and the node name.
- Function: stexi->shtml tree
Transform the stexi tree into shtml, resolving references via ref-resolvers. See the module commentary for more details.
This document was generated on April 20, 2013 using texi2html 5.0.