_toc_common.tcl File Reference

Go to the source code of this file.

Functions/Subroutines

ret toc_initialize ()
ret toc_shutdown ()
ret toc_numpasses ()
ret toc_postprocess (type text)
ret toc_setup (type n)
ret toc_listvariables ()
ret toc_varset (type varname, type text)
ret fmt_plain_text (type text)
ret c_provenance ()

Function Documentation

ret c_provenance (  ) 

Definition at line 27 of file _toc_common.tcl.

00027                      {
00028     return "Generated by tcllib/doctools/toc with format '[dt_format]'"
00029 }

ret fmt_plain_text ( type  text  ) 

Definition at line 21 of file _toc_common.tcl.

00021 {return $text}

ret toc_initialize (  ) 

Definition at line 12 of file _toc_common.tcl.

00012 {return}

ret toc_listvariables (  ) 

Definition at line 17 of file _toc_common.tcl.

00017 {return {}}

ret toc_numpasses (  ) 

Definition at line 14 of file _toc_common.tcl.

00014 {return 1}

ret toc_postprocess ( type  text  ) 

Definition at line 15 of file _toc_common.tcl.

00015 {return $text}

ret toc_setup ( type  n  ) 

Definition at line 16 of file _toc_common.tcl.

00016 {return}

ret toc_shutdown (  ) 

Definition at line 13 of file _toc_common.tcl.

00013 {return}

ret toc_varset ( type  varname,
type  text 
)

Definition at line 18 of file _toc_common.tcl.

00018 {return}


Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1