Scribble insidemz

svn: r7931

original commit: b7583984d826665ece12ecb3daecdd4456daec6c
This commit is contained in:
Matthew Flatt 2007-12-09 22:59:08 +00:00
parent aeb8355c66
commit 786d6dce57

View File

@ -171,16 +171,18 @@ Like @scheme[index], but the word to index is determined by applying
@scheme[content->string] on the parsed @scheme[pre-content] list.}
@defproc[(section-index [word string?] ...)]{
@defproc[(section-index [word string?] ...)
part-index-decl?]{
Creates a @scheme[part-index-decl] to be associated with the enclosing
section by @scheme[decode]. The @scheme[word]s serve as both the keys
and as the rendered forms of the keys.}
@defproc[(index-section [#:tag tag (or/c false/c string?) "doc-index"])]{
@defproc[(index-section [#:tag tag (or/c false/c string?) "doc-index"])
part?]{
Produces a section that shows the index the enclosing document. The
Produces a part that shows the index the enclosing document. The
optional @scheme[tag] argument is used as the index section's tag.}