Fixed MoonPhaseData related errors

• Added missing include in swe-glib.h
• Fixed @include in GsweMoonPhaseData section documentation
This commit is contained in:
Gergely Polonkai 2013-09-23 20:16:28 +02:00
parent 8044519535
commit 9a788f8164
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* @short_description: a structure representing the phase of the Moon
* @title: GsweMoonPhaseData
* @stability: Stable
* @include: swe-glib/swe-glib.h
* @include: swe-glib.h
* @see_also: #GsweMoonPhase
*
* #GsweMoonPhaseData is a structure that represents the actual phase of the

View File

@ -20,6 +20,7 @@
#include <glib.h>
#include "gswe-types.h"
#include "gswe-moon-phase-data.h"
#include "gswe-aspect-data.h"
#include "gswe-timestamp.h"
#include "gswe-moment.h"