Mithrandir wrote:Quite a few text editers can do grep style find-and-replace across multiple files which might work. Have you experimented with that?
No, I haven't but I'm not sure if it could do what I want.
This is the basic setup for what I want:
//////////////////////////////////////////////////////////////////////////////
//
// Function: FunctionName
//
// Parameters: para1 - *Space here for quick definition*
// para2 - *Space here for quick definition*
// para3 - *Space here for quick definition*
//
// Description: *Area here for programmer to enter a*
// *description of what the function does*
//
//////////////////////////////////////////////////////////////////////////////
FunctionName ( para1, para2, para3 )
Something along those lines. A utility or script that will insert the function block in comment form a space above the actual function so that the programmers can easily enter the information needed to basically explain what the function does and what it needs.
Thank you.
Edit: Great, my text is all centered so I can't tell if you're seeing what I want you to see. If yours looks all wierd tell me.