logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

otcldoc - simple script for translating otcl classes into an html hyperlinked document

Author

       YunQiang Su <wzssyqa@gmail.com>

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.

Name

       otcldoc - simple script for translating otcl classes into an html hyperlinked document

See Also

Linux                                              APRIL 2010                                         otcldoc(1)

Synopsis

otcldoc[-hindex-header-file][-doutput-dir][-iindex-file-name][-cclass-string]files...

See Also