mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
docs: Drop unnecessary <!-- -->s from gtk-doc comments
Putting a <!-- --> in plural<!-- -->s was an old hack used to fix linking the symbol with gtk-doc when gtk-doc didn’t know about plural forms. gtk-doc does now know about plural forms, so the hack can be removed. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -86,7 +86,7 @@ test_pipe (GInputStream **is,
|
||||
* @right: (out) (optional): used to return the other #GIOStream
|
||||
* @error: used to raise an error
|
||||
*
|
||||
* Return two #GIOStream<!---->s connected to each other with pipes.
|
||||
* Return two #GIOStreams connected to each other with pipes.
|
||||
* The "left" input stream is connected by a unidirectional pipe
|
||||
* to the "right" output stream, and vice versa. This can be used
|
||||
* as a bidirectional pipe to a child process, for instance.
|
||||
|
Reference in New Issue
Block a user