From ec7a04d71158e8d1ef26ac2c1772797cbdb0e916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Aliste?= Date: Mon, 19 Nov 2012 23:47:19 +0100 Subject: [PATCH] glib: Add missing ":" at the end of some functions documentation New versions of gir-scanner emit a warning when the : at the end of the function documentation is not found. --- glib/poppler-annot.cc | 2 +- glib/poppler-form-field.cc | 10 +++++----- glib/poppler-layer.cc | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/glib/poppler-annot.cc b/glib/poppler-annot.cc index 728e64b..1627d25 100644 --- a/glib/poppler-annot.cc +++ b/glib/poppler-annot.cc @@ -491,7 +491,7 @@ poppler_annot_get_modified (PopplerAnnot *poppler_annot) } /** - * poppler_annot_get_flags + * poppler_annot_get_flags: * @poppler_annot: a #PopplerAnnot * * Retrieves the flag field specifying various characteristics of the diff --git a/glib/poppler-form-field.cc b/glib/poppler-form-field.cc index 09f8be1..5687799 100644 --- a/glib/poppler-form-field.cc +++ b/glib/poppler-form-field.cc @@ -133,7 +133,7 @@ poppler_form_field_get_id (PopplerFormField *field) } /** - * poppler_form_field_get_font_size + * poppler_form_field_get_font_size: * @field: a #PopplerFormField * * Gets the font size of @field @@ -149,7 +149,7 @@ poppler_form_field_get_font_size (PopplerFormField *field) } /** - * poppler_form_field_is_read_only + * poppler_form_field_is_read_only: * @field: a #PopplerFormField * * Checks whether @field is read only @@ -195,7 +195,7 @@ poppler_form_field_get_action (PopplerFormField *field) /* Button Field */ /** - * poppler_form_field_button_get_button_type + * poppler_form_field_button_get_button_type: * @field: a #PopplerFormField * * Gets the button type of @field @@ -221,7 +221,7 @@ poppler_form_field_button_get_button_type (PopplerFormField *field) } /** - * poppler_form_field_button_get_state + * poppler_form_field_button_get_state: * @field: a #PopplerFormField * * Queries a #PopplerFormField and returns its current state. Returns %TRUE if @@ -238,7 +238,7 @@ poppler_form_field_button_get_state (PopplerFormField *field) } /** - * poppler_form_field_button_set_state + * poppler_form_field_button_set_state: * @field: a #PopplerFormField * @state: %TRUE or %FALSE * diff --git a/glib/poppler-layer.cc b/glib/poppler-layer.cc index 8a481dd..4c6bf6e 100644 --- a/glib/poppler-layer.cc +++ b/glib/poppler-layer.cc @@ -92,7 +92,7 @@ _poppler_layer_new (PopplerDocument *document, } /** - * poppler_layer_get_title + * poppler_layer_get_title: * @layer: a #PopplerLayer * * Returns the name of the layer suitable for @@ -111,7 +111,7 @@ poppler_layer_get_title (PopplerLayer *poppler_layer) } /** - * poppler_layer_is_visible + * poppler_layer_is_visible: * @layer: a #PopplerLayer * * Returns whether @layer is visible @@ -129,7 +129,7 @@ poppler_layer_is_visible (PopplerLayer *poppler_layer) } /** - * poppler_layer_show + * poppler_layer_show: * @layer: a #PopplerLayer * * Shows @layer @@ -160,7 +160,7 @@ poppler_layer_show (PopplerLayer *poppler_layer) } /** - * poppler_layer_hide + * poppler_layer_hide: * @layer: a #PopplerLayer * * Hides @layer. If @layer is the parent of other nested layers, @@ -186,7 +186,7 @@ poppler_layer_hide (PopplerLayer *poppler_layer) /** - * poppler_layer_is_parent + * poppler_layer_is_parent: * @layer: a #PopplerLayer * * Returns whether @layer is parent of other nested layers. @@ -204,7 +204,7 @@ poppler_layer_is_parent (PopplerLayer *poppler_layer) } /** - * poppler_layer_get_radio_button_group_id + * poppler_layer_get_radio_button_group_id: * @layer: a #PopplerLayer * * Returns the numeric ID the radio button group associated with @layer. -- 1.7.11.7