[Doxygen-develop] How to add documentation to Entry
Brought to you by:
dimitri
From: Rene Z. <r.z...@fr...> - 2010-12-09 08:21:08
|
Hi all, I try to implement doxygen for a new language. I have parsed the language and got the documentation in Entries. (entry.h) I have one Entry with documentation and declaration (like declaration in C++ *.h file). The other Entry contains documentation and definition (like definition in C++ *.cpp files). I can find the first Entry. But how can I bring these two together? Regards rene |