Commit 2eefc8e6 authored by Martin Smith's avatar Martin Smith
Browse files

qdoc: Correct handling of functions declared in Q_OBJECT


These functions were being eliminated from the documentation in
the clang visitor, but this doesn't when the functions actually
have documentation. This update moves the test for whether they
should be documented or not to the Generator class.

This update also avoids reporting a qdoc warning for a typedef
defined in Q_GADGET.

Change-Id: Icca7297ec2123c684203d225d2bda96e50dacd8c
Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
parent 0c10a218
Showing with 22 additions and 6 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