From befaccddaf92c0ef6999c086d1616c3479d5e530 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 11 Mar 2016 17:48:37 +0100 Subject: [PATCH] doc/H5.dox: - document structure reviewed --- doc/H5.dox | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/doc/H5.dox b/doc/H5.dox index fac6f27..7749867 100644 --- a/doc/H5.dox +++ b/doc/H5.dox @@ -37,10 +37,11 @@ For more information, please contact the /*! \defgroup c_api C API @{ - \note The C API is implemented with '\c static \c inline' functions to minimize the overhead. - - \defgroup h5hut_c_api_error_handling Error handling in H5hut + \note The C API is implemented with '\c static \c inline' functions to minimize overhead. + \defgroup h5hut_c_api_error_handling_and_debugging Error handling and debugging @{ + \defgroup h5hut_verbosity control verbosity level + \defgroup h5hut_debug control debug output \defgroup h5hut_error error handling @} @@ -48,17 +49,18 @@ For more information, please contact the @{ \defgroup h5hut_file file handling \defgroup h5hut_model setting up the data model - \defgroup h5hut_attrib reading and writing file attributes + \defgroup h5hut_file_attribs reading and writing file attributes + \defgroup h5hut_step_attribs reading and writing step attributes @} \defgroup h5part_c_api H5Part @{ \defgroup h5part_model setting up the data model - \defgroup h5part_data reading and writing datasets + \defgroup h5part_io reading and writing datasets @} \defgroup h5block_c_api H5Block @{ \defgroup h5block_model setting up the data model - \defgroup h5block_data reading and writing datasets + \defgroup h5block_io reading and writing datasets \defgroup h5block_attrib reading and writing attributes @} @} @@ -67,22 +69,29 @@ For more information, please contact the /*! \defgroup f90_api Fortran90 API @{ - \defgroup h5hut_f90_api H5hut basic functions + \defgroup h5hut_f90_api_error_handling_and_debugging Error handling and debugging + @{ + \defgroup h5hut_verbosity_f control verbosity level + \defgroup h5hut_debug_f control debug output + \defgroup h5hut_error_f error handling + @} + + \defgroup h5hut_f90_api H5 @{ \defgroup h5hut_file_f file handling - \defgroup h5hut_error_f error handling \defgroup h5hut_model_f setting up the data model - \defgroup h5hut_attrib_f reading and writing attributes - @} + \defgroup h5hut_file_attribs_f reading and writing file attributes + \defgroup h5hut_step_attribs_f reading and writing step attributes + @} \defgroup h5part_f90_api H5Part @{ \defgroup h5part_model_f setting up the data model - \defgroup h5part_data_f reading and writing datasets + \defgroup h5part_io_f reading and writing datasets @} \defgroup h5block_f90_api H5Block @{ \defgroup h5block_model_f setting up the data model - \defgroup h5block_data_f reading and writing datasets + \defgroup h5block_io_f reading and writing datasets \defgroup h5block_attrib_f reading and writing attributes @} @}