doc_init

one of the documented procedures in this installation of the ACS
Usage:
doc_init
What it does:
Initializes the global environment for document handling.
Defined in: /web/philip/packages/acs-core/document-procs.tcl

Source code:


    global doc_properties
    if { [info exists doc_properties] } {
	unset doc_properties
    }
    array set doc_properties {}


philg@mit.edu