ObjcDoc version 3.0.0 ===================== March 3, 2002 ObjcDoc is a tool designed to aid programmers in documenting Objective-C class libraries. It can parse Objective-C source code (both include and implementation files) and will create HTML output files containing class documentation extracted from special comments inside the source code (somewhat similar to Javadoc). Additionally, ObjcDoc can also create a class and protocol index as well as a view of the complete class inheritance hierarchy with links to the individual documentation files. This is the first release of the new ObjcDoc 3.0, which is a complete rewrite compared to ObjcDoc 2.8. The new version fixes a lot of bugs and is much faster, but not fully backwards compatible. To use this software, you will need Perl (at least version 5, I think). Please send any bug reports, patches, suggestions or comments to my email address given below. The INSTALL file contains generic installation instructions. The ObjcDoc home page on the World Wide Web: The primary FTP address is currently: Copyright (c) 1996-1997 Holger Ludwig, Copyright (c) 1998-2002 Elmar Ludwig. ObjcDoc is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License; either version 2 of the License, or (at your option) any later version. See the file COPYING for copying conditions. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Elmar Ludwig