diff options
author | Martin Smith <martin.smith@qt.io> | 2017-01-19 14:17:26 +0100 |
---|---|---|
committer | Martin Smith <martin.smith@qt.io> | 2017-08-10 07:34:14 +0000 |
commit | 8cda5bcc519f6caf174691ac2adca800fc454dd1 (patch) | |
tree | 52115fc28bed650f9861c46a1ceaca1758bcf081 /src/qdoc/cppcodeparser.cpp | |
parent | 0a889ecef4f965d4e5768dc9a9c1eb827df35722 (diff) | |
download | qttools-8cda5bcc519f6caf174691ac2adca800fc454dd1.tar.gz |
qdoc: Don't report missing parameter name
See QTBUG-58277. No longer report missing parameter names when
processing the \fn command, because there are cases where they are not
required. This is an over-simplification of the problem, but it works
for now.
In the future, we may want to distinguish between cases where the
parameter type is std::nullptr_t, which means the actual parameter is
null, and the case where some type is provided without a name, which
indicates that the parameter is not used in this implementation of the
function.
Task-number: QTBUG-58281
Change-Id: I7d648341262040b9b9ea91f1e27e5905455f9ef2
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/cppcodeparser.cpp')
0 files changed, 0 insertions, 0 deletions