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,17 @@
#include "../swe/src/swephexp.h"
#include "swe-glib.h"
/**
* SECTION:swe-glib
* @short_description: Utility and initialization functions
* @title: Utility functions
* @stability: Stable
* @include: swe-glib/swe-glib.h
*
* Basic utility and initialization functions. They don't operate on SWE-GLib's
* objects, but on the library as a whole, including global tables.
*/
gboolean gswe_initialized = FALSE;
gchar *gswe_ephe_path = NULL;
GHashTable *gswe_planet_info_table;