From 4e3506822388a9683362fabb75330dde34be442d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 3 Jul 2011 10:19:29 +0200 Subject: More documentation --- src/detector.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/detector.c') 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; -- cgit v1.2.3