Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.7.1
-
None
-
fbf6678e8ecfed05e14cab48f6cc6bb974d31063, 0c8e54905 (dev)
Description
Since C++11 we can replace old `typdef`s with `using` that has few advantages over the `typedef`. However it is not currently possible to document this with QDoc as \typedef command does not recognize it as valid typedef (even though from documentation point of view it basically is) and no other command I am aware of can be used for it. Either \typedef command should be expanded so it handles new style typedefs written with `using` or new command \using could be introduced.
Attachments
Issue Links
- relates to
-
QTBUG-111820 QDoc: drop unused UsingClause struct
- Closed