cweb

Literate programming tool for writing documented C, C++, and Java code.

brewmacoslinux
Try with needOr install directly
Source

About

Literate documentation system for C, C++, and Java

Commands

ctanglecweave

Examples

convert literate program to compilable C code$ ctangle program.w
generate formatted documentation from literate source$ cweave program.w && tex program.tex
tangle a web file and specify output filename$ ctangle program.w -o output.c
weave documentation with TeX formatting options$ cweave +lp program.w
process multiple literate files in sequence$ ctangle file1.w file2.w file3.w