diff options
author | Topi Reinio <topi.reinio@digia.com> | 2015-10-07 12:07:22 +0200 |
---|---|---|
committer | Topi Reiniö <topi.reinio@digia.com> | 2015-10-13 11:55:54 +0000 |
commit | dab4877a0a6ad755483a8e47205112a247058fef (patch) | |
tree | 6344f42229bfa53b773e4592f2c16a9f356b7e79 /examples/widgets/itemviews/frozencolumn/main.cpp | |
parent | ee634611d4d78d7ee66b79dc765abab231391eab (diff) | |
download | qtbase-dab4877a0a6ad755483a8e47205112a247058fef.tar.gz |
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/itemviews/frozencolumn/main.cpp')
0 files changed, 0 insertions, 0 deletions