| parsesrc.c File : parsesrc.c
Descrption : Rips Comments out of a block of Source Files into ACP
Category : Application
Author : Charles Yates
Utility used for the extraction of source code comments - create a single
large and totally unwieldy .acp on stdout.
An example of the usage is:
cd ~/acp
find src -name "*.c" | acp-parsesrc | pr -e4 -t > "../htdocs/html/ACP/Technical/API/index.acp"
This will create a javadoc type of extraction for C code contained under src.
|