Doc: Remove extra \a command causing QDoc macro expansion error

Change-Id: I453a68a579e4fd519616cd1a9f934501b01ef44c
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
Paul Wicking 2018-09-13 16:32:13 +02:00
parent 42f84de26a
commit 74700493c3

View File

@ -1058,7 +1058,7 @@ int QMetaType::registerType(const char *typeName, Deleter deleter,
\internal
\since 5.12
Registers a user type for marshalling, with \a typeName, a \a
Registers a user type for marshalling, with \a typeName, a
\a destructor, a \a constructor, and a \a size. Returns the
type's handle, or -1 if the type could not be registered.
*/