[Doxygen-develop] Already Existing 200+ CPP files
Brought to you by:
dimitri
From: Subhabrata M. <sub...@ma...> - 2004-04-01 04:40:26
|
Hi to all respected members: This is Subho from Calcutta, India. I would be greatful if anyone can suggest me something regarding Doxygen. My question is: Scenario: Already existing 200 + CPP files with C++ standard documentation ( // and /* ...*/ types) I'm actually using Doxygen to extract the documentation part and do other normal tasks of doxygen. Steps I've followed: Set INTERNAL_DOCS = YES in my <doxygen-confi-file>, EXTRACT_ALL = YES In one CPP file, I have used the markups, @a, @param @class etc to extract documentations. But it's not possible manually to do this for the whole project !. The code is already there. It's not from scratch. What's the solution in this situation ? What I want : SOME OPTION OR WHATEVER TO SET, SO THAT DOXYGEN WILL TAKE '//' parts from the source code as comments to extract. I don't want to replace // with //< in 50 thousand locations Have I made my question clear ???. Please do reply ... Eagerly waiting for your comment(s) Thanks and Cheers ! Have a nice day , Sub. |