summaryrefslogtreecommitdiff
path: root/devel/ccdoc/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/ccdoc: Fix build with Clang 6Tobias Kortkamp2018-08-262-0/+39
| | | | | | | | | | | log.cc:236:8: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream<char>') and 'std::__1::ostream') (*os) << fct( *os ); ~~~~~ ^ ~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/ccdoc-0.8r41.log Notes: svn path=/head/; revision=478098
* - Switch to options helpersDmitry Marakasov2016-06-091-2/+2
| | | | | | | | - Silence patching - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=416584
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Update to 0.8r41Volker Stolz2005-02-161-34/+0
| | | | | | | | PR: ports/77597 Submitted by: Simon Barner Notes: svn path=/head/; revision=129029
* . Update to 0.8r40 (which will hopefully unbreak 5.x).Greg Lewis2004-02-176-102/+63
| | | | Notes: svn path=/head/; revision=101226
* - port converted in new layoutDirk Meyer2001-03-144-0/+102
- 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 Notes: svn path=/head/; revision=39837