From owner-cvs-all Wed Mar 14 8:24:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EB3437B719; Wed, 14 Mar 2001 08:24:41 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2EGOf322675; Wed, 14 Mar 2001 08:24:41 -0800 (PST) (envelope-from dinoex) Message-Id: <200103141624.f2EGOf322675@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 14 Mar 2001 08:24:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ccdoc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/ccdoc/files patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/03/14 08:24:40 PST Modified files: devel Makefile Added files: devel/ccdoc Makefile distinfo pkg-comment pkg-descr pkg-plist devel/ccdoc/files patch-aa patch-ab patch-ac patch-ad Log: - port converted in new layout - textproc added in category (like astyle) Ccdoc is a tool for extracting comments from C++ source code and presenting it in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc is very similar to that of Javadoc, with adaptations for the C++ specifics, of course. Ccdoc supports extracting comments from both header and implementation files. In contrast to most other C++ doc'ing applications, ccdoc analyses the code before it has been run through the pre-processor, so things such as macros can actually be included in the documentation. It's usage is not quite as straight forward as JavaDoc's, but considering the quality of the output, it is well worth the effort. WWW: http://www.joelinoff.com/ccdoc/ PR: 22794 Submitted by: lonewolf@flame.org Revision Changes Path 1.469 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message