diff options
author | Martin Smith <martin.smith@theqtcompany.com> | 2016-03-10 15:30:28 +0100 |
---|---|---|
committer | Martin Smith <martin.smith@theqtcompany.com> | 2016-03-21 09:20:00 +0000 |
commit | 518179f881364007afc2b5c3e07bb0ba6642ddc8 (patch) | |
tree | ddb21825d1425de81fc387fe8b1d5a29e34bee4d /src/qdoc/cppcodeparser.cpp | |
parent | 766b2828a8b8690d72c63e6f52fb08c5f02cb9b5 (diff) | |
download | qttools-518179f881364007afc2b5c3e07bb0ba6642ddc8.tar.gz |
qdoc: Provide better threadsafeness reporting
The documentation QObject reported the thread-safety of the
class in a kind of silly way. It said "Note: All functions in
this class are rentrant except for connect(), connect(),
connect(), ..." This was confusing to the reader. Now it says
"Note: All functions in this class are reentrant." And then
it shows a second note that lists all the functions that are
thread-safe in addition to being reentrant, but it lists them
in a bullet list with their complete signatures, except for
the return type. This affects a few other classes that had a
similar problem.
Change-Id: Icb7f7c5ac2da1c28ef8e5c10736296d80c2aefeb
Task-number: QTBUG-41724
Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/qdoc/cppcodeparser.cpp')
0 files changed, 0 insertions, 0 deletions