docs: Fix broken gtk-doc formatting

This commit is contained in:
Rico Tzschichholz
2014-08-18 14:08:41 +02:00
parent 4c8480e6fa
commit e0e52b60ea
15 changed files with 47 additions and 47 deletions

View File

@@ -469,7 +469,7 @@ ensure_connection_works (GDBusConnection *conn)
g_variant_unref (v);
}
/*
/**
* get_sync_in_thread:
* @data: (type guint): delay in microseconds
*

View File

@@ -75,7 +75,7 @@ test_io_stream_class_init (TestIOStreamClass *klass)
giostream_class->get_output_stream = test_io_stream_get_output_stream;
}
/*
/**
* test_io_stream_new:
* @input_stream: an input stream
* @output_stream: an output stream

View File

@@ -34,7 +34,7 @@
# error This module only exists on Unix
#endif
/*
/**
* test_pipe:
* @is: (out) (allow-none): used to return a #GInputStream
* @os: (out) (allow-none): used to return a #GOutputStream
@@ -80,7 +80,7 @@ test_pipe (GInputStream **is,
return TRUE;
}
/*
/**
* test_bidi_pipe:
* @left: (out) (allow-none): used to return one #GIOStream
* @right: (out) (allow-none): used to return the other #GIOStream