diff options
author | Thomas White <taw@physics.org> | 2015-11-27 13:09:54 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-11-27 13:18:39 +0100 |
commit | 8ef775ab75941b193b4c1cadf347d63b8270d6ee (patch) | |
tree | 3940ab8df23359ae9fa649f7cf5a0a2b24e80c2a /libcrystfel/src | |
parent | 6fc80febf119f9f3183c918f3137a396cbe06e40 (diff) |
Fix documentation
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/stream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 43fd273c..0e8cc003 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1465,9 +1465,6 @@ Stream *open_stream_for_write_3(const char *filename, * Creates a new stream with name @filename, and adds the stream format * and version header, plus a verbatim copy of the geometry file * - * You may want to follow this with a call to write_command() to record the - * command line. - * * Returns: a %Stream, or NULL on failure. */ Stream *open_stream_for_write_2(const char *filename, |