home *** CD-ROM | disk | FTP | other *** search
- GAdoc
- -----
-
- This program extracts the autodocs from your source codes and generates
- a texinfo file out of it.
-
- What makes this program different from ``autodoc'' [(c) Commodore] is
- that it generates a texinfo file.
- This has several advantages:
-
- Easy to generate a hypertext out of it (makeinfo)
-
- Easy to generate a .dvi file (Using TeX)
-
- Easy to generate plain ASCII text (makeinfo)
-
- GAdoc is very easy to use, just open a shell and enter the following
-
-
- gadoc <source> <dest> [options]
-
- This will extract the autodocs from <source> and generate two new files
- <dest>.menu and <dest>.data, where <dest>.menu is the main part.
-
-
- Options:
-
- -i: Also extract internal documentation
- -c: Convert \* to /* and *\ to */
- -amiga: Include amiga support for texinfo
-
-
- Please read the documentation for further details.
-
- This program was inspired by Robodoc 0.92:
-
-
- ROBODoc v0.92 is written by Jacco van Weert.
-
- Email: weertj@euronet.nl
-
- or
-
- Maverick Software Development, T.a.v. J.v.Weert
- Haverdreef 131,
- 7006 LH, Doetinchem.
- The Netherlands.
-
-
- __ __________
- __/ \/ / weertj@euronet.nl
- __/ \__/ Maverick
- / \__/ \ Software
- \__/ \__/ Development
- _______________/ slothoub@xs4all.nl
-
-
- Well, Robodoc didn't work very well with my CLisp source files, so I wrote a
- new one.
-
-
- GADOC and NON-AMIGA systems
- ---------------------------
-
- The .info files contain the icon informtion for the amiga workbench
- (graphical user interface). You may delete them, BUT NOT IF YOU WANT TO
- RE-DISTRIBUTE gadoc!
-
-
-
-
- Gerhard Leibrock, Feb 1995
-