GNOME Bugzilla – Bug 669071
Q_PROPERTY with templated and namespaced type make generates incorrect XML
Last modified: 2012-02-25 15:37:25 UTC
Created attachment 206482 [details] The result Have a header file with the following code: namespace mynamespace { class MyClass : QObject { Q_OBJECT Q_PROPERTY(QDeclarativeListProperty<mynamespace::MyItem> myitems READ myitems) } } // Note that Q_PROPERTY has a type with template and namespace. Running Doxygen with 'GENERATE_XML=YES' option creates an XML file for the class where the Q_PROPERTY has incorrect name. The file is attached. Result name: mynamespace Expected name: myitems
Confirmed. Should be fixed in the next subversion update.
*** Bug 669072 has been marked as a duplicate of this bug. ***
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.0. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.