From 886ff033536e665ade31765e83f4c6744b2ac96f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Sep 2013 23:37:57 +0200 Subject: [PATCH] Fixed documentation link in gswe-antiscion-data.c --- src/gswe-antiscion-data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gswe-antiscion-data.c b/src/gswe-antiscion-data.c index 0e6d99d..53083c6 100644 --- a/src/gswe-antiscion-data.c +++ b/src/gswe-antiscion-data.c @@ -26,7 +26,7 @@ * @title: GsweAntiscionData * @stability: Stable * @include: swe-glib.h - * @see_also: #GsweAntiscionInfo + * @see_also: #GsweAntiscionAxisInfo * * #GsweAntiscionData is a structure that represents an antiscion relationship * between two planets, based on a specified axis. @@ -108,7 +108,7 @@ gswe_antiscion_data_get_axis(GsweAntiscionData *antiscion_data) * * Gets the axis information related to the antiscion relationship's axis. * - * Returns: (transfer none): the #GsweAntiscionInfo associated with this axis + * Returns: (transfer none): the #GsweAntiscionAxisInfo associated with this axis */ GsweAntiscionAxisInfo * gswe_antiscion_data_get_antiscion_axis_info(GsweAntiscionData *antiscion_data)