Details
-
Suggestion
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 2.7.0
-
None
-
61e93a05241023848ecbc6693890671fc021e820
Description
As opposed to functions, namespaces often span lots and lots of lines, so many people annotate the closing brace:
namespace blubb { // Lots of code } // namespace blubb
I think it would make a lot of sense for Creator to insert such a comment automatically, either by default or perhaps via a quickfix.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-17516 Automatic closure commenting
- Reported