Commit 853b1989 authored by Martin Smith's avatar Martin Smith
Browse files

qdoc: create the anonymous enum type


When clangqdoc encounters an unnamed enum type in a class,
qdoc reports an error that enum type "global" is not found
in any header file, and then the identifiers in the enum
type can't be properly documented. This change makes the
clang qdoc visitor name the unnamed enum type "anonymous"
and allows it to be documented like a named enum type.

Change-Id: I8b6dbc9bb78adc5f5c39a2a2d73c27ccb4543ceb
Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
parent 2b3798ec
Branches
Tags
No related merge requests found
Showing with 6 additions and 3 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