Active C PagesTechnicalFAQDownloads

Home

ACP

Contact

Projects


Categories

[Index]

ACP Scripting
ACP Internal
ACP Container
Application
Web Internal
Web External
Utility

Files

main.c
acp.c
parsesrc.c

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.