HTML_Generator/RB_HTML_Generate_IndexMenu [ Functions ]

FUNCTION

Generates a menu to jump to the various master index files for the various header types. The menu is generated for each of the master index files. The current header type is highlighted.

SYNOPSIS

void RB_HTML_Generate_IndexMenu(
    FILE *dest_doc,
    char *filename,
    struct RB_Document *document,
    struct RB_HeaderType *cur_type )
    /* TODO  Use cur_type */

INPUTS