Next: Doc Extraction from Scheme Source, Previous: Doc Extraction from C Source, Up: Doc Maintenance
For C header files, you can use the h2doc program to extract
documentation for C macros (see guile-tools h2doc).
Following on the c2doc example, here is a Makefile.am fragment
that makes use of h2doc:
SUFFIXES = .h .doc
.h.doc:
guile-tools h2doc -o $@ $<