B
bim_bom
I have a projet in C++ Builder.
I want to add aome lines of comment before each function of the project.
This should work like that:
I have function:
int r(int a,char b)
{
}
this program should generate a comment before this function like that:
/**
function name - r -
parameter a -
parameter b -
returns int -
*/
or something like that.
I found CommentMakerPro, but it can't do "batch conversions" - I nedd to
select each function/method and then click to generate comments. Is there
any program to do this automatically?
I want to add aome lines of comment before each function of the project.
This should work like that:
I have function:
int r(int a,char b)
{
}
this program should generate a comment before this function like that:
/**
function name - r -
parameter a -
parameter b -
returns int -
*/
or something like that.
I found CommentMakerPro, but it can't do "batch conversions" - I nedd to
select each function/method and then click to generate comments. Is there
any program to do this automatically?