mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
doc: Removed \ref when it refers to the subject the text is attached to
This does not make a difference to doxygen output but may help other document generators not make redundant links. Reviewed-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
f73f76775f
commit
dfdb087826
2 changed files with 6 additions and 6 deletions
|
|
@ -1539,7 +1539,7 @@ wl_display_dispatch(struct wl_display *display)
|
|||
* to dispatch.
|
||||
*
|
||||
* To proper integrate the wayland display fd into a main loop, the
|
||||
* client should always call \ref wl_display_dispatch_pending() and then
|
||||
* client should always call wl_display_dispatch_pending() and then
|
||||
* \ref wl_display_flush() prior to going back to sleep. At that point,
|
||||
* the fd typically doesn't have data so attempting I/O could block, but
|
||||
* events queued up on the main queue should be dispatched.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue