home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-2 / Unix / developer / autodoc.1.8.2.README next >
Encoding:
Text File  |  1996-11-09  |  1.9 KB  |  38 lines

  1. Fri, Jul 28 1995 - autodoc version 1.8.2 release notes: README
  2.  
  3.  
  4. DESCRIPTION
  5.  
  6. AutoDoc is a FREE utility that generates NEXTSTEP-style Rich Text Formatted documentation for Objective-C objects by extracting comments imbedded in the object source code files. Autodoc will produce documentation for functions, definitions, macros, typedef's and global variables, however documenting these resources is not the primary goal of AutoDoc, and it expects to find their definitions and documentation within the framework of Objective-C objects.
  7.  
  8. AutoDoc is available for free, thanks to ITSolutions. The latest release of AutoDoc, v1.8.1, is included in the upcoming MiscKit release (MiscKit 1.6.1), as well, AutoDoc is available at ftp.its.com.
  9.  
  10.  
  11. BACKGROUND
  12.  
  13. AutoDoc is a perl script developed by Adam Swift aswift@its.com at Information Technology Solutions, with contributions from Bill Bumgarner, Todd Nathan, and Kim Shrier. AutoDoc has been donated free of charge to the Public Domain.
  14.  
  15.  
  16. SYSTEM REQUIREMENTS
  17.  
  18. In order to run AutoDoc, you need to have perl v5.001 installed on your system. Perl is freely available from a number of places, but the most up to date version (precompiled tri-fat) is available from ftp.thoughtport.com thanks to Bill Bumgarner.
  19. INSTALLATION
  20.  
  21. See the INSTALL file for information on installing and running autodoc.  In general, previous autodoc execution lines should work as they did before; however, the installation process is a little bit more involved because autodoc has been broken into modules.
  22.  
  23.  
  24. RELEASE NOTES
  25.  
  26. See the CHANGES file for a summary of improvements since the last release.  Biggest change: functions, constants, typedefs, globals, and macros are now documented.
  27.  
  28.  
  29. OTHER STUFF
  30.  
  31. Mailing List:
  32.     There is now a autodoc mailing list: autodoc@friday.com.  To subscribe, send an empty message with the subject line, "subscribe", to <autodoc-request@friday.com>.
  33.  
  34.  
  35. Enjoy!
  36.  
  37. - adam
  38.