blob: a3435ca49c1d20811d914cfeeb925720771776f0 (
plain) (
blame)
1
2
3
4
5
6
7
|
c2mdoc is a shell and awk(1) 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
winces, but still generates markup.
WWW: http://bsdforge.com/projects/devel/c2mdoc/
|