From 7290a0abf0748da302d2bd4140f7e678cd995b4e Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Thu, 7 Mar 2013 15:13:14 +0100 Subject: [PATCH] doc: corrected typos in git annotations --- src/adg/adg-ldim.c | 12 ++++++------ src/adg/adg-rdim.c | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/adg/adg-ldim.c b/src/adg/adg-ldim.c index 06ab67d3..14472fc6 100644 --- a/src/adg/adg-ldim.c +++ b/src/adg/adg-ldim.c @@ -277,7 +277,7 @@ adg_ldim_new(void) * adg_ldim_new_full: * @ref1: (allow-none): the first reference point * @ref2: (allow-none): the second reference point - * @pos: (allow-none): the position reference + * @pos: (allow-none): the position reference * @direction: angle where to extend the dimension * * Creates a new linear dimension, specifing all the needed properties in @@ -347,11 +347,11 @@ adg_ldim_new_full_explicit(gdouble ref1_x, gdouble ref1_y, /** * adg_ldim_new_full_from_model: - * @model: transfer-none: the model from which the named pairs are taken - * @ref1: (allow-none): the first reference point - * @ref2: (allow-none): the second reference point - * @pos: (allow-none): the position reference - * @direction: angle where to extend the dimension + * @model: (transfer none): the model from which the named pairs are taken + * @ref1: (allow-none): the first reference point + * @ref2: (allow-none): the second reference point + * @pos: (allow-none): the position reference + * @direction: angle where to extend the dimension * * Creates a new linear dimension, specifing all the needed properties in * one shot and using named pairs from @model. diff --git a/src/adg/adg-rdim.c b/src/adg/adg-rdim.c index b022e31a..3cee9ab3 100644 --- a/src/adg/adg-rdim.c +++ b/src/adg/adg-rdim.c @@ -221,9 +221,9 @@ adg_rdim_new(void) /** * adg_rdim_new_full: - * @center: allow-none: center of the arc to quote - * @radius: allow-none: where the quote must be applied on the arc - * @pos: allow-none: position of the quote text + * @center: (allow-none): center of the arc to quote + * @radius: (allow-none): where the quote must be applied on the arc + * @pos: (allow-none): position of the quote text * * Creates a new quote by specifying explicitely all the needed * data to get a valid quote. @@ -290,10 +290,10 @@ adg_rdim_new_full_explicit(gdouble center_x, gdouble center_y, /** * adg_rdim_new_full_from_model: - * @model: transfer-none: the model from which the named pairs are taken - * @center: allow-none: the center point of the arc to quote - * @radius: allow-none: an arbitrary point on the arc - * @pos: allow-none: the position reference + * @model: (transfer none): the model from which the named pairs are taken + * @center: (allow-none): the center point of the arc to quote + * @radius: (allow-none): an arbitrary point on the arc + * @pos: (allow-none): the position reference * * Creates a new radial dimension, specifing all the needed properties in * one shot and using named pairs from @model. -- 2.11.4.GIT