Commit 03177637 authored by Martin Smith's avatar Martin Smith Committed by The Qt Project
Browse files

qdoc: Documentation for QMetaObject::Connection now appears


qdoc's faux C++ parser did not recognize class declarations
of the form:

class Name1::Name2 {
...
};

...where class Name2 is nested in class Name1. Now it does,
but this fix doesn't handle deeper nestings. doc needs a
proper C++ parser.

Task-number: QTBUG-28664
Change-Id: I5adf88cc1b2ce03f5565250734416bf9592914b5
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
parent 843b7f1a
Showing with 17 additions and 1 deletion
Supports Markdown
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