aboutsummaryrefslogtreecommitdiff
path: root/src/reflist-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflist-utils.c')
-rw-r--r--src/reflist-utils.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/reflist-utils.c b/src/reflist-utils.c
index 510dfa42..19ce0ee8 100644
--- a/src/reflist-utils.c
+++ b/src/reflist-utils.c
@@ -20,6 +20,19 @@
#include "symmetry.h"
+/**
+ * SECTION:reflist-utils
+ * @short_description: Reflection list utilities
+ * @title: RefList utilities
+ * @section_id:
+ * @see_also:
+ * @include: "reflist-utils.h"
+ * @Image:
+ *
+ * There are some utility functions associated with the core %RefList.
+ **/
+
+
double *intensities_from_list(RefList *list)
{
Reflection *refl;