Remove some markup from docs

This commit is contained in:
Matthias Clasen 2014-05-07 23:08:50 -04:00
parent c2a828772b
commit 4dba2eb486

View File

@ -237,11 +237,11 @@ struct _GSignalInvocationHint
* @n_params: The number of parameters that user callbacks take. * @n_params: The number of parameters that user callbacks take.
* @param_types: (array length=n_params): The individual parameter types for * @param_types: (array length=n_params): The individual parameter types for
* user callbacks, note that the effective callback signature is: * user callbacks, note that the effective callback signature is:
* <programlisting> * |[<!-- language="C" -->
* @return_type callback (#gpointer data1, * @return_type callback (#gpointer data1,
* [param_types param_names,] * [param_types param_names,]
* gpointer data2); * gpointer data2);
* </programlisting> * ]|
* *
* A structure holding in-depth information for a specific signal. It is * A structure holding in-depth information for a specific signal. It is
* filled in by the g_signal_query() function. * filled in by the g_signal_query() function.