From 89baa440055836b4b1ca6966635266c97300ddd2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 5 Jul 2014 23:04:43 +0200 Subject: [PATCH] Add documentation for GSWE_PLANET_LILITH --- src/gswe-types.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gswe-types.c b/src/gswe-types.c index 8184d3a..0aa35d4 100644 --- a/src/gswe-types.c +++ b/src/gswe-types.c @@ -17,6 +17,13 @@ */ #include "gswe-types.h" +/** + * GSWE_PLANET_LILITH: + * + * The Moon apogee is often called Lilith, or Dark Moon among astrologers. + * There is also an asteroid with the same name (1181 Lilith), which is + * currently not included in SWE-GLib. + */ GsweCoordinates * gswe_coordinates_copy(GsweCoordinates *coordinates)