Added GTK-Doc section documentation

This commit is contained in:
2013-09-16 11:34:32 +02:00
parent 7d67dabf1f
commit 3174484ff4
4 changed files with 43 additions and 0 deletions

View File

@@ -23,6 +23,18 @@
#include "../swe/src/swephexp.h"
/**
* SECTION:gswe-moment
* @short_description: an exact moment of the sky, as seen from a given point
* of Earth at a given time
* @title: GsweMoment
* @stability: Stable
* @include: swe-glib/swe-glib.h
*
* This class represents an exact moment of the sky, as it can be seen from
* one given point on Earth at a given time.
*/
#define SYNODIC 29.53058867
#define GSWE_MOMENT_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), GSWE_TYPE_MOMENT, GsweMomentPrivate))