Re: [Doxygen-develop] How to add documentation to Entry
Brought to you by:
dimitri
From: Rene Z. <r.z...@fr...> - 2010-12-22 19:30:13
|
Am Thursday 09 December 2010 20:20:27 schrieb Dimitri Van Heesch: > That is currently only needed and done for C/C++/ObjC (other languages > don't have a declaration and definition that needs to be matched). OK > > This is currently hardcoded for these languages in doxygen.cpp. > - Building a list of function/methods from Entry objects is done by > buildFunctionList(). > - Matching documentation blocks with function/methods is done by > findMemberDocumentation() > - copying documentation from declaration to definition and vise-versa is > done by transferFunctionDocumentation() > These are not the easiest and cleanest functions in doxygen I'm afraid. Thanks for the starting points. I used some code from transferFunctionDocumentation() to do the add of documentation inside my code. It is included in the new patch. Thank you rene |