[Doxygen-develop] how build Entry for same function name in different namespace?
Brought to you by:
dimitri
From: Rene Z. <r.z...@fr...> - 2012-02-09 20:53:11
|
Hi, if I have a function with the same name in different namespaces then the generated documentation only shows the first one. I create an Entry for each of the two functions, set the name part to the name of the function (without the namespace part) and add the Entry to the namespace entry. When I look in the Doxygen::functionNameSDict I find only the first entry. The qualifiedName() function gives the correct fully qualified name. Is there something I can do? Regards rene |