HyperdocTopPage

hypertex.spad line 1945 [edit on github]

undocumented

do_gen_fun1: (Symbol, SExpression) -> Void

do_gen_fun1(tag, d) performs operation specified by tag using data d.

do_page_fun1: (HyperdocPage, Symbol, SExpression) -> Void

do_page_fun1(p, tag, d) performs operation specified by tag on behalf of page p using data d.

do_search: (String, Symbol, String) -> Void

do_search(pat, tag, ds) performs search for pat. tag decides where to search. ds is description which is used in headers and messages.