mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Cosmetic change
gtk-doc doesn't need <!-- --> anymore to recognize plural forms of links.
This commit is contained in:
parent
4dbcd27eee
commit
2687d921e1
@ -32,7 +32,7 @@
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GInputStream, #GPollableOutputStream, #GFileDescriptorBased
|
||||
*
|
||||
* #GPollableInputStream is implemented by #GInputStream<!-- -->s that
|
||||
* #GPollableInputStream is implemented by #GInputStreams that
|
||||
* can be polled for readiness to read. This can be used when
|
||||
* interfacing with a non-GIO API that expects
|
||||
* UNIX-file-descriptor-style asynchronous I/O rather than GIO-style.
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GOutputStream, #GFileDescriptorBased, #GPollableInputStream
|
||||
*
|
||||
* #GPollableOutputStream is implemented by #GOutputStream<!-- -->s that
|
||||
* #GPollableOutputStream is implemented by #GOutputStreams that
|
||||
* can be polled for readiness to write. This can be used when
|
||||
* interfacing with a non-GIO API that expects
|
||||
* UNIX-file-descriptor-style asynchronous I/O rather than GIO-style.
|
||||
|
Loading…
Reference in New Issue
Block a user