aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/detector.c b/src/detector.c
index 47c9e488..40752019 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -26,6 +26,19 @@
#include "hdf5-file.h"
+/**
+ * SECTION:detector
+ * @short_description: Detector geometry
+ * @title: Detector
+ * @section_id:
+ * @see_also:
+ * @include: "detector.h"
+ * @Image:
+ *
+ * This structure represents the detector geometry
+ */
+
+
static int atob(const char *a)
{
if ( strcasecmp(a, "true") == 0 ) return 1;