File: README

package info (click to toggle)
gridengine 8.1.9%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,756 kB
  • sloc: ansic: 432,689; java: 87,068; cpp: 31,958; sh: 29,429; jsp: 7,757; perl: 6,336; xml: 5,828; makefile: 4,701; csh: 3,934; ruby: 2,221; tcl: 1,676; lisp: 669; yacc: 519; python: 503; lex: 361
file content (32 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Short: Create autodocs and/or texinfo from source code
Type: dev/misc
Uploader: ferber@rpk.mach.uni-karlsruhe.de
Author: ferber@rpk.mach.uni-karlsruhe.de

This directory contains the source code and Amiga executables for ADOC
including Makefiles for DICE (Amiga) and GCC (Unix).

ADOC has been tested successfully on several platforms however

  *** Please report any problems to <ferber@rpk.mach.uni-karlsruhe.de> ***

The ADOC scanner reads your source code and creates Autodocs and/or Texinfo
source (with references in the SEE ALSO sections).  It is an enhanced
version of Bill Koesters `Autodoc' program as of 21-Aug-89 which is part
of C=ommodore's Native Developer Kit (NDK).



FEATURES:

  * ADOC is fully dynamic, i.e. there is no limitation in line length or
    file size or the number of functions but only the available memory.

  * ADOC is system independant and *fast* !

  * ADOC creates Texinfo, a format which allows further conversion to
    DVI (TeX), Info (makeinfo), Amigaguide (makeinfo, makeguide), HTML, ...


A new tool `CODA' is now part of this distribution.  CODA converts Autodocs
to C-Language comments which allows further processing with ADOC.