aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-02 15:11:07 +0100
committerThomas White <taw@physics.org>2024-02-02 15:11:07 +0100
commitf76e0020e2b8361bba4347f7a6be273b2684593b (patch)
treec6f8390d2dc81166b14e7719313eb241e71787e2 /libcrystfel
parentfacca682b981af2da97411b47a2dcb79a6680056 (diff)
Fix lies in documentation
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/datatemplate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c
index c11ec89d..a01baba5 100644
--- a/libcrystfel/src/datatemplate.c
+++ b/libcrystfel/src/datatemplate.c
@@ -2273,8 +2273,8 @@ static int rotate_all_panels(DataTemplate *dtempl,
}
/**
- * Alters dtempl by rotating the named panel group by ang (degrees) about its
- * center.
+ * Alters dtempl by rotating the named panel group by ang (radians) about the
+ * specified axis (char 'x', 'y' or 'z'), around the center of the group.
*
* \returns zero for success, non-zero on error
*/