From 0db9f32fd023fc728abf1780c26b957102c3292e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 19 Mar 2014 12:16:14 +0000 Subject: data-form: reformat blocks so recent gtk-doc can cope Recent (Markdown-based) gtk-doc doesn't like spanning more than one line, causing a build failure. Reviewed-by: Guillaume Desmottes --- wocky/wocky-data-form.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wocky/wocky-data-form.h b/wocky/wocky-data-form.h index 9893873..5cef88c 100644 --- a/wocky/wocky-data-form.h +++ b/wocky/wocky-data-form.h @@ -90,10 +90,12 @@ struct _WockyDataFormFieldOption * @default_value: the default of the field * @raw_value_contents: a %NULL-terminated array holding the literal value(s) as * specified in the original XML. For example, this might be something like - * { "1", NULL } or { "false", - * NULL } for a #WOCKY_DATA_FORM_FIELD_TYPE_BOOLEAN field, or - * { "hi", "there", NULL } for a - * #WOCKY_DATA_FORM_FIELD_TYPE_TEXT_MULTI field. + * { "1", NULL } + * or + * { "false", NULL } + * for a #WOCKY_DATA_FORM_FIELD_TYPE_BOOLEAN field, or + * { "hi", "there", NULL } + * for a #WOCKY_DATA_FORM_FIELD_TYPE_TEXT_MULTI field. * @value: the field value * @options: a #GSList of #WockyDataFormFieldOptions if @type * if %WOCKY_DATA_FORM_FIELD_TYPE_LIST_MULTI or -- cgit v1.2.3