doc: Remove qdoc marker from a few comments
This update removes the ! charaqcter from a few qdoc comment markers for functions that should not have been documented. Doing so eliminates 4 qdoc warnings. Note that this update deliberately ignores a clangqdoc bug that might eventually require teaching clangqdoc to store template information with classes and functions so that qdoc can match function specializations correctly and document many different specializations when there is only one declaration. Currently, it can't handle function specializations. Change-Id: I5c1db98dabc802cce18f2fc3e64b82e15165ad4d Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
0b9fb15b1a
commit
98ef6c4afa
@ -66,7 +66,7 @@ extern QPointer<QWindow> qt_last_mouse_receiver;
|
||||
|
||||
// ------------------- QWindowSystemInterfacePrivate -------------------
|
||||
|
||||
/*!
|
||||
/*
|
||||
Handles a window system event asynchronously by posting the event to Qt Gui.
|
||||
|
||||
This function posts the event on the window system event queue and wakes the
|
||||
@ -82,7 +82,7 @@ bool QWindowSystemInterfacePrivate::handleWindowSystemEvent<QWindowSystemInterfa
|
||||
return true;
|
||||
}
|
||||
|
||||
/*!
|
||||
/*
|
||||
Handles a window system event synchronously.
|
||||
|
||||
Qt Gui will process the event immediately. The return value indicates if Qt
|
||||
@ -112,7 +112,7 @@ bool QWindowSystemInterfacePrivate::handleWindowSystemEvent<QWindowSystemInterfa
|
||||
return accepted;
|
||||
}
|
||||
|
||||
/*!
|
||||
/*
|
||||
Handles a window system event.
|
||||
|
||||
By default this function posts the event on the window system event queue and
|
||||
|
Loading…
x
Reference in New Issue
Block a user