# pkgName::procName --
#
#	Commants about this package.
#
# Arguments:
#	firstArg	Comments about argument one
#	args		Options parsed by the procedure.
# Results:
#        Returns NULL. Other comments about result & side effects.

proc pkgName::procName {firstArg args} {
    ...
}
