From c9a09445048b830d8f6752a43a17c7c36527ee91 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 29 May 2014 08:07:45 +0200 Subject: [PATCH] Comment block fixup for GswePlanet Add Orcus and Asbolus Reorder comments so it lines up with the actual values --- src/gswe-types.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/gswe-types.h b/src/gswe-types.h index 4eebfd4..60ed770 100644 --- a/src/gswe-types.h +++ b/src/gswe-types.h @@ -34,6 +34,13 @@ /** * GswePlanet: * @GSWE_PLANET_NONE: no planet + * @GSWE_PLANET_ASCENDANT: the ascendant + * @GSWE_PLANET_MC: midheaven (Medium Coeli) + * @GSWE_PLANET_VERTEX: the Vertex (the point where the ecliptic meats the + * primal vertical) + * @GSWE_PLANET_MOON_NODE: the mean ascending (north) Moon node + * @GSWE_PLANET_MOON_APOGEE: the mean Moon apogee (sometimes called Dark Moon, + * or Lilith) * @GSWE_PLANET_SUN: the Sun * @GSWE_PLANET_MOON: the Moon * @GSWE_PLANET_MERCURY: planet Mercury @@ -57,13 +64,8 @@ * @GSWE_PLANET_ERIS: dwarf planet Eris * @GSWE_PLANET_DEJANIRA: dwarf planet Dejanira * @GSWE_PLANET_CIRCE: asteroid Circe - * @GSWE_PLANET_MOON_NODE: the mean ascending (north) Moon node - * @GSWE_PLANET_MOON_APOGEE: the mean Moon apogee (sometimes called Dark Moon, - * or Lilith) - * @GSWE_PLANET_ASCENDANT: the ascendant - * @GSWE_PLANET_MC: midheaven (Medium Coeli) - * @GSWE_PLANET_VERTEX: the Vertex (the point where the ecliptic meats the - * primal vertical) + * @GSWE_PLANET_ORCUS: asteroid Orcus + * @GSWE_PLANET_ASBOLUS: asteroid Asbolus * * This enum holds the planet identifiers known by SWE-GLib. */