mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
docs: Remove XML-style comments from documentation strings
gtk-doc doesn’t support them any more since it was ported to Markdown, so they end up appearing in the generated documentation, which isn’t great. Mostly, they were used to split up things invisibly, which we can do in other ways. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
@@ -554,7 +554,7 @@ g_dbus_method_invocation_return_value_internal (GDBusMethodInvocation *invocatio
|
||||
* g_dbus_method_invocation_return_value (invocation,
|
||||
* g_variant_new ("(s)", result_string));
|
||||
*
|
||||
* /<!-- -->* Do not free @invocation here; returning a value does that *<!-- -->/
|
||||
* // Do not free @invocation here; returning a value does that
|
||||
* ]|
|
||||
*
|
||||
* This method will take ownership of @invocation. See
|
||||
|
Reference in New Issue
Block a user