Details
-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
6.9
-
98f2cfe37 (dev)
-
DaVinci 113, DaVinci 114
Description
Consider the following code
#include <QObject> /*! * \class Foo * * Yo */ class Foo : public QObject { Q_OBJECT /*! * \value Foo * \value Bar */ enum { Foo, Bar, }; };
qdoc emits "foo.h:12: (qdoc) warning: Cannot tie this documentation to anything" and the enum isn't documented in the HTML result
Attachments
For Gerrit Dashboard: QTBUG-133371 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
622839,5 | qdoc: Improve handling and presentation of anonymous enums | dev | qt/qttools | Status: MERGED | +2 | 0 |