diff options
author | Martin Smith <martin.smith@qt.io> | 2017-02-28 11:48:31 +0100 |
---|---|---|
committer | Martin Smith <martin.smith@qt.io> | 2017-08-10 07:34:37 +0000 |
commit | d40aac3a115e5ac8cfc11df74384a4900959a962 (patch) | |
tree | 682c80c759eefc2ad3c2e2dfb9299d0f0f893669 /src/qdoc/cppcodemarker.cpp | |
parent | 61d6c6c6f6fba869781ec05c787606f7a72d6314 (diff) | |
download | qttools-d40aac3a115e5ac8cfc11df74384a4900959a962.tar.gz |
qdoc: Teach parser for \fn commands to parse array parameters
The old qdoc C++ parser is still used for parsing function
signatures in \fn commands. The parser could not handle the
case where a formal parameter is an array declaration. Now
it parses the formal parameter, so the syntax errors have
disappeared. But there is a separate problem involving the
matching of the declaration to the same declaration in the
header file, which is parsed by clang. However, this is a
separate issue not addressed by this fix.
Change-Id: I61be810b02ac50a6ee380664a41915cc85633c66
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/cppcodemarker.cpp')
0 files changed, 0 insertions, 0 deletions