Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
None
Description
Maybe add this keyword to documentation automatically, based on existing sources. Example: in "QMessageBox Class" article, there is line
virtual int exec()
Which does not show that this function overrides QDialog::exec. Must be
virtual int exec()override
And "override" can be a hyperlink - either to "Inherits" section in current article, or to base class article with that function.