Dear all: I have an old VC 6.0 project with lots of C files. I need to document all the methods with their signatures, for example, listed them in a txt file like:
LoadTranCde(LKFD lkfd, char * msg, char * code)
MoveBack(LPT lStm, int numRows)
RTrim(Char * paraString)
....
The function list can be easily viewed in Visual Studio class view like:
http://www.freeimagehosting.net/uploads/9ed31de51c.jpg
But I need to find a way to export this list, anybody has good solution?
Thank you guys very much !