diff options
author | Martin Smith <martin.smith@qt.io> | 2017-04-05 10:59:10 +0200 |
---|---|---|
committer | Martin Smith <martin.smith@qt.io> | 2017-08-10 07:35:28 +0000 |
commit | 290aeb761e0dfab20f730724925fa2c19280a6b0 (patch) | |
tree | 283007564c0e1a05477c0bcee69f26561d227ed0 /src/qdoc/cppcodeparser.cpp | |
parent | af61f06b32714a0840b0373cbf025e7cf00af270 (diff) | |
download | qttools-290aeb761e0dfab20f730724925fa2c19280a6b0.tar.gz |
qdoc: Ignore declarations of anonymous structs
qdoc doesn't need to see declarations of anonymous structs.
When it does see one inside a class or struct that is named,
then the html generator tries to overwrite the html file for
the outer class or struct. That causes a few qdoc error
messages and it overwrites the html file for the class
reference page and the all-members page. This update tells
clang not to visit the declaration of the anonymous struct,
so the html generator doesn't see it as something to be
documented.
Change-Id: Ie8c732e650c39f78c1374523d72a7e0448a31ba3
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/cppcodeparser.cpp')
0 files changed, 0 insertions, 0 deletions