Commit de0db5ed authored by Martin Smith's avatar Martin Smith
Browse files

qdoc: Delay ignoring of qt_xxx names until output


The ignoreSymbol() function in class ClangVisitor was told
to return true for every name that starts with "qt_". This
was too aggressive, so the test is now done at output time.
If a function name that starts with "qt_" has no documentation,
qdoc does not warn with "No documentation for qt_..."
because almost all such names are not to be documented. But
they can be documented, so that's why the test is performed
at the last moment.

Change-Id: I2f322bed32dcae43336ead0735490560190d8095
Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
parent cd61091f
Branches
Tags
No related merge requests found
Showing with 6 additions and 7 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment