[Spice-devel] [PATCH spice-gtk 1/3] Fix non gtk-doc comments
Marc-André Lureau
marcandre.lureau at gmail.com
Tue May 31 11:12:32 UTC 2016
Fixes the following warning:
../../src/vmcstream.c:124: warning: Symbol name not found at the start of the comment block.
../../src/win-usb-driver-install.c:347: warning: Symbol name not found at the start of the comment block.
Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
src/vmcstream.c | 2 +-
src/win-usb-driver-install.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vmcstream.c b/src/vmcstream.c
index 4963de4..c536f71 100644
--- a/src/vmcstream.c
+++ b/src/vmcstream.c
@@ -116,7 +116,7 @@ complete_in_idle_cb(gpointer user_data)
}
/* coroutine */
-/**
+/*
* Feed a SpiceVmc stream with new data from a coroutine
*
* The other end will be waiting on read_async() until data is fed
diff --git a/src/win-usb-driver-install.c b/src/win-usb-driver-install.c
index 0d4627a..99660ce 100644
--- a/src/win-usb-driver-install.c
+++ b/src/win-usb-driver-install.c
@@ -341,7 +341,7 @@ void spice_win_usb_driver_op(SpiceWinUsbDriver *self,
g_clear_object(&task);
}
-/**
+/*
* Returns: currently returns 0 (failure) and 1 (success)
* possibly later we'll add error-codes
*/
--
2.7.4
More information about the Spice-devel
mailing list