otcldoc(1) debian man page | unix.com

Man Page: otcldoc

Operating Environment: debian

Section: 1

otcldoc(1)							   User Manuals 							otcldoc(1)

NAME
otcldoc - simple script for translating otcl classes into an html hyperlinked document
SYNOPSIS
otcldoc [-h index-header-file] [ -d output-dir ] [ -i index-file-name ] [ -c class-string ] files ...
DESCRIPTION
otcldoc simple script for translating otcl classes into an html hyperlinked document. Inspired by javadoc. Basic algorithm: for a given set of input files, find all Class definitions. Put the text in the comment immediately preceding the class def in the "description" section of the doc. Parse the Class definition to locate superclasses and at that to the "superclasses" section. Locate each method labeled as instproc, public, or private, and enter desriptions in the "Public/Private Methods" sections of the html doc.
AUTHOR
YunQiang Su <wzssyqa@gmail.com>
SEE ALSO
Linux APRIL 2010 otcldoc(1)
Related Man Pages
class::adapter::builder(3pm) - debian
class::meta::method(3pm) - debian
class::mixinfactory::next(3pm) - debian
test::class::load(3pm) - debian
test::classapi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?