Skip to content

Simple command-line utility for inserting function-level comments into a C source code file (requires ctags)

Notifications You must be signed in to change notification settings

nathanjcochran/ccmnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

ccmnt

ccmnt is a simple command-line utility, written in Python, for inserting function-level comments into a C source code file. The tool finds all function declarations in the file, and, for each function, prompts the user for key details and a short description. The information is formatted appropriately and inserted into the source code file after the user reviews and commits the changes.

Installation:

Download the script and place it in your PATH.

Requirements:

  • Python 2.7.3 (has not been tested with other versions)
  • ctags

About

Simple command-line utility for inserting function-level comments into a C source code file (requires ctags)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages