Projects/Devel/c2mdoc

c2mdoc

c2mdoc is a shell and awk script wrapper which abuses devel/cproto's parser to spit out function prototypes in a format ready to paste into FreeBSD developer documentation. c2man already claims to do such a thing, but seems crippled in the face of our kernel source. The toolchain used by this port whinges but still generates markup.

Installation

Using the FreeBSD ports system:
cd /usr/ports/devel/c2mdoc make install clean
Using the FreeBSD pkg system:
pkg install devel/c2mdoc