summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-19 12:16:14 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-19 14:04:12 +0000
commit0db9f32fd023fc728abf1780c26b957102c3292e (patch)
treef36e495a108dcb9f84bb540c842205f98e1a2c49
parent4914050394b62b197e69f065962dafa8d27d8fcc (diff)
data-form: reformat <code> blocks so recent gtk-doc can cope
Recent (Markdown-based) gtk-doc doesn't like <code> spanning more than one line, causing a build failure. Reviewed-by: Guillaume Desmottes
-rw-r--r--wocky/wocky-data-form.h10
1 files 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
- * <code language="c">{ "1", NULL }</code> or <code language="c">{ "false",
- * NULL }</code> for a #WOCKY_DATA_FORM_FIELD_TYPE_BOOLEAN field, or
- * <code language="c">{ "hi", "there", NULL }</code> for a
- * #WOCKY_DATA_FORM_FIELD_TYPE_TEXT_MULTI field.
+ * <code language="c">{ "1", NULL }</code>
+ * or
+ * <code language="c">{ "false", NULL }</code>
+ * for a #WOCKY_DATA_FORM_FIELD_TYPE_BOOLEAN field, or
+ * <code language="c">{ "hi", "there", NULL }</code>
+ * for a #WOCKY_DATA_FORM_FIELD_TYPE_TEXT_MULTI field.
* @value: the field value
* @options: a #GSList of #WockyDataFormFieldOption<!-- -->s if @type
* if %WOCKY_DATA_FORM_FIELD_TYPE_LIST_MULTI or