summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-07 12:07:22 +0200
committerTopi Reiniö <topi.reinio@digia.com>2015-10-13 11:55:54 +0000
commitdab4877a0a6ad755483a8e47205112a247058fef (patch)
tree6344f42229bfa53b773e4592f2c16a9f356b7e79 /examples/widgets/dialogs
parentee634611d4d78d7ee66b79dc765abab231391eab (diff)
qdoc: Improve formatting of function signatures
This is a continuation of the work started in commit 694d30035593addc377fea374d1dbe8e3f5ca503. Attach reference ('&') and pointer ('*') qualifiers to the parameter name, as per Qt coding style. Previously, function signatures were documented like this: QString & QString::append(const QString & str) After this change, they will appear like this: QString &QString::append(const QString &str) Change-Id: Ie103fc2929635bc32145e50469c600f9f378f97c Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/widgets/dialogs')
0 files changed, 0 insertions, 0 deletions