aboutsummaryrefslogtreecommitdiff
path: root/src/symmetry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/symmetry.c')
-rw-r--r--src/symmetry.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/symmetry.c b/src/symmetry.c
index dc0d2e86..a066ca47 100644
--- a/src/symmetry.c
+++ b/src/symmetry.c
@@ -26,6 +26,18 @@
#define SYM_DEBUG(...)
#endif /* DEBUG */
+/**
+ * SECTION:symmetry
+ * @short_description: Point symmetry handling
+ * @title: Symmetry
+ * @section_id:
+ * @see_also:
+ * @include: "symmetry.h"
+ * @Image:
+ *
+ * Routines to handle point symmetry.
+ */
+
/* Check if a reflection is in the asymmetric unit cell */
static int check_cond(signed int h, signed int k, signed int l, const char *sym)