#
#   an example using zdoc: 
#   how to document the bwidget toolkit with zdoc
#
#   2003/03/05
#
#

# --> manually update this directories 
# --> and create $BWDIR/zdoc

set BWDIR /vincent/tcl/bwidget1.5
set ZDOCDIR /vincent/tcl/zdoc

# place ourself in the bw demo directory
cd $BWDIR/demo
source demo.tcl

# place ourself in the bw directory
cd $BWDIR

# source zdoc and init it
source $ZDOCDIR/zdoc.tcl
zdoc::init

# change output directory
zdoc::set_outdir $ZDOCDIR/bwsample

# run
zdoc::run
