diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-07-03 10:19:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:31 +0100 |
commit | 4e3506822388a9683362fabb75330dde34be442d (patch) | |
tree | 9f2b1171b5574e30156df0bbf67ee06f4676e005 /src/detector.c | |
parent | 9bc1d2a91ab59f63355c38380c0eb64c826ba594 (diff) |
More documentation
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 13 |
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; |