[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.23.4.2 Usage
- Function: stexi-extract-index tree manual-name kind
Given an stexi tree tree, index all of the entries of type kind. kind can be one of the predefined texinfo indices (
concept
,variable
,function
,key
,program
,type
) or one of the special symbolsauto
orall
.auto
will scan the stext for a(printindex)
statement, andall
will generate an index from all entries, regardless of type.The returned index is a list of pairs, the CAR of which is the entry (a string) and the CDR of which is a node name (a string).
This document was generated on April 20, 2013 using texi2html 5.0.