home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-04 | 1.1 KB | 55 lines |
- .name
- ADF
- .type
- CLI Tool
- .aminet-dir
- dev/misc
- .short
- Auto-Doc formatting utility
- .description
- Some years ago, CBM introduced a standard format for writing documentation
- of libraries and other system modules - the Autodocs. This is a relatively
- good format and is used by many programmers which are interested in creating
- of additional system modules, but it is a bit hard to maintain, because it
- contains still the same headers for each function and the parameters are
- described on three different places. The AutoDoc Formatter tries to
- simplify this hard work.
- .version
- 1.1
- .author
- Martin Mares
- .requirements
- - Requires OS2.04+
- - Requires ss.library 4+ (included)
- .distribution
- Freeware
- .email
- mjsoft@k332.feld.cvut.cz>.
- .docs
- ADF.doc
- Example.doc
- Example.asm
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "ADF" "Please select an option" "View Doc 1" "View Doc 2" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ADF.doc TEXT
- endif
-
- if $choice EQ "2"
- MetaTool Example.doc TEXT
- endif
-
- if $choice EQ "4"
- assign libs: libs/ ADD
- ADF
- endif
-