aboutsummaryrefslogtreecommitdiff
path: root/src/statistics.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-07-03 10:19:29 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commit4e3506822388a9683362fabb75330dde34be442d (patch)
tree9f2b1171b5574e30156df0bbf67ee06f4676e005 /src/statistics.c
parent9bc1d2a91ab59f63355c38380c0eb64c826ba594 (diff)
More documentation
Diffstat (limited to 'src/statistics.c')
-rw-r--r--src/statistics.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/statistics.c b/src/statistics.c
index 791952b8..0a776215 100644
--- a/src/statistics.c
+++ b/src/statistics.c
@@ -23,6 +23,18 @@
#include "statistics.h"
#include "utils.h"
+/**
+ * SECTION:statistics
+ * @short_description: Intensity statistics and R-factors
+ * @title: Statistics
+ * @section_id:
+ * @see_also:
+ * @include: "statistics.h"
+ * @Image:
+ *
+ * These functions are for calculating various figures of merit.
+ */
+
struct r_params {
RefList *list1;