home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / adoc / source / readme < prev    next >
Text File  |  1995-04-13  |  1KB  |  33 lines

  1. Short: Create autodocs and/or texinfo from source code
  2. Type: dev/misc
  3. Uploader: ferber@rpk.mach.uni-karlsruhe.de
  4. Author: ferber@rpk.mach.uni-karlsruhe.de
  5.  
  6. This directory contains the source code and Amiga executables for ADOC
  7. including Makefiles for DICE (Amiga) and GCC (Unix).
  8.  
  9. ADOC has been tested successfully on several platforms however
  10.  
  11.   *** Please report any problems to <ferber@rpk.mach.uni-karlsruhe.de> ***
  12.  
  13. The ADOC scanner reads your source code and creates Autodocs and/or Texinfo
  14. source (with references in the SEE ALSO sections).  It is an enhanced
  15. version of Bill Koesters `Autodoc' program as of 21-Aug-89 which is part
  16. of C=ommodore's Native Developer Kit (NDK).
  17.  
  18.  
  19.  
  20. FEATURES:
  21.  
  22.   * ADOC is fully dynamic, i.e. there is no limitation in line length or
  23.     file size or the number of functions but only the available memory.
  24.  
  25.   * ADOC is system independant and *fast* !
  26.  
  27.   * ADOC creates Texinfo, a format which allows further conversion to
  28.     DVI (TeX), Info (makeinfo), Amigaguide (makeinfo, makeguide), HTML, ...
  29.  
  30.  
  31. A new tool `CODA' is now part of this distribution.  CODA converts Autodocs
  32. to C-Language comments which allows further processing with ADOC.
  33.