---
name: ccdoc
version: 0.8r41
origin: devel/ccdoc
comment: Extracting comments from C++ source and generating HTML
arch: freebsd:9:x86:64
www: http://ccdoc.sourceforge.net/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 2508797
desc: |
  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://ccdoc.sourceforge.net/
deps:
  perl: {origin: lang/perl5.14, version: 5.14.4}
categories:
- textproc
- devel
