api.tcl

Go to the documentation of this file.
00001 /*  -*- tcl -*-*/
00002 /*  api.tcl -- API placeholders*/
00003 /* */
00004 /*  Copyright (c) 2001 Andreas Kupries <andreas_kupries@sourceforge.net>*/
00005 /*  Copyright (c) 2002 Andreas Kupries <andreas_kupries@sourceforge.net>*/
00006 /*  Copyright (c) 2003 Andreas Kupries <andreas_kupries@sourceforge.net>*/
00007 
00008 /* */
00009 /*  This file defines all commands expected from a formatter by the*/
00010 /*  doctools library. It is loaded into the formatter interpreter before*/
00011 /*  the code for a particular format is loaded. All commands defined*/
00012 /*  here return an error. This ensures the generation of errors if a*/
00013 /*  format forgets to define commands in the API.*/
00014 
00015 /* */
00016 /*  Here it comes*/
00017 
00018 foreach __cmd {
00019     initialize shutdown up =  numpasses listvariables var
00020 
00021     manpage = _begin moddesc titledesc manpage_end require description
00022     section para list_begin list_end lst_item call bullet enum see_also
00023     keywords example example_begin example_end nl arg cmd opt emph strong
00024     comment sectref syscmd ret  option widget fun type package class var
00025     file uri term const copyright
00026 } (
00027     type proc , type fmt_$__, type cmd , optional args [, type list , type return  ", type return -, type code , type error \", type Unimplemented , type API , type command $__, type cmd\""]
00028 )
00029 unset __cmd
00030 
00031 ################################################################
00032 

Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1