Maintaining Code Header Blocks

C

Charles Law

I am faced with an enormous task: inserting, updating and generally
maintaining code header blocks for a project. Each code file/module requires
a header, and each major function requires a different style of header. The
comments I will have to enter myself.

Does anyone know of a tool that automates this process? Ideally, the tool
would allow standard text to appear in all blocks, which could be changed
once and then would automatically update every header where it appeared.
Also, the tool would automatically maintain the
function/attribute/method/class name in the header, as well as the calling
parameters and types, and return type.

Does anyone know of such a magical tool? I am praying that someone does.

TIA

Charles
 
O

One Handed Man \( OHM - Terry Burns \)

I hope your getting paid well for this Charles.

I dont know of a tool, but if you cant find one, it sounds like you are
going to need to design a system yourself.


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top