aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-03-08 14:55:03 +0100
committerThomas White <taw@physics.org>2022-03-08 17:41:52 +0100
commit0b758e3ae3c3fd66c75a42740a80afbabba5c82f (patch)
tree8ee6eb7fc436a19930651f35d97061b995e19bf5 /libcrystfel/src/stream.c
parentd86ac7380711ba6a4bf719a78395d16e6bef8cd2 (diff)
stream_open_for_write: Fix documentation
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r--libcrystfel/src/stream.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index cbd08272..4836d24b 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -1158,7 +1158,10 @@ void stream_write_target_cell(Stream *st, UnitCell *cell)
* Creates a new stream with name \p filename. If \p filename already
* exists, it will be overwritten.
*
- * Audit information (e.g. CrystFEL version number) will be written.
+ * The CrystFEL version number will be written, but you should call
+ * stream_write_geometry_file, stream_write_target_cell,
+ * stream_write_commandline_args and stream_write_Indexing_methods to write
+ * extended audit information.
*
* \returns A \ref Stream, or NULL on failure.
*/