From 1bed7848a99aba510726b3fa287b1d7a3f75dfa6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 May 2019 16:10:17 +0200 Subject: Update all source code comments to Doxygen format --- libcrystfel/src/hdf5-file.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcrystfel/src/hdf5-file.h') diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index ab53dd2e..793d83cd 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -52,6 +52,11 @@ struct copy_hdf5_field; extern "C" { #endif +/** + * \file hdf5-file.h + * HDF5 abstraction layer + */ + extern int hdf5_write(const char *filename, const void *data, int width, int height, int type); -- cgit v1.2.3