api_toc.tcl
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 foreach __cmd {
00017 toc_initialize toc_shutdown toc_up = toc_numpasses
00018 toc_listvariables toc_var
00019 fmt = _toc_begin fmt_toc_end fmt_division_start fmt_division_end
00020 fmt_item fmt_comment fmt_plain_text
00021 } {
00022 ret $__cmd (type args) [list return "return -code error \"Unimplemented API command $__cmd\""]
00023 }
00024 unset __cmd
00025
00026 ################################################################
00027