summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/snippets
diff options
context:
space:
mode:
authorTopi Reinio <[email protected]>2015-10-07 12:07:22 +0200
committerTopi Reiniö <[email protected]>2015-10-13 11:55:54 +0000
commitdab4877a0a6ad755483a8e47205112a247058fef (patch)
tree6344f42229bfa53b773e4592f2c16a9f356b7e79 /src/xml/doc/snippets
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ø <[email protected]> Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src/xml/doc/snippets')
0 files changed, 0 insertions, 0 deletions