home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / GENMAN.ZIP / SHARFILE.HDR < prev    next >
Text File  |  1993-03-13  |  989b  |  26 lines

  1. === genman.shar =========================
  2. From sparkyfs!ads.com!decwrl!ucbvax!ucsd!usc!cs.utexas.edu!uunet!allbery Tue Jul  3 08:24:35 PDT 1990
  3.  
  4. Posting-number: Volume 13, Issue 78
  5. Submitted-by: bby@epochsys.UUCP (Bob Mastors)
  6. Archive-name: genman-2.0/part01
  7.  
  8. The purpose of the genman.awk program is to generate man page style
  9. documentation about a C++ class from its include file.
  10.  
  11. Features include:
  12.     a) Outputs either troff -man input data or plain human readable text.
  13.     b) The output is in a consistent format which is independent of
  14.        the format used in the include file.
  15.     c) Requires minimal modifications to include files.
  16.     d) Adding support for other types of output such as latex
  17.        or HP LaserJet II should be simple.
  18.     e) Public domain.
  19. ---
  20. Bob Mastors
  21. Epoch Systems, Westboro MA (508) 836-4711 x317 (voice)
  22.                            (508) 836-4884 (fax)
  23. {uunet!epochsys, harvard!cfisun!palladium}!mastors
  24.  
  25. ------------------------------cut here-----------------------------
  26.