Skip to content

Commit 71536e6

Browse files
committed
Fix Doxygen
1 parent 90769ea commit 71536e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/openPMD/IO/AbstractIOHandlerHelper.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ namespace openPMD
3030
/** Construct an appropriate specific IOHandler for the desired IO mode that may
3131
be MPI-aware.
3232
*
33+
* @param initialize_from Optionally initialize the IOHandler from a previous
34+
* interim IOHandler which to replace with the handler now
35+
* being initialized.
3336
* @param path Path to root folder for all operations associated with
3437
the desired handler.
3538
* @param access Access mode describing desired operations and
@@ -59,6 +62,9 @@ std::unique_ptr<AbstractIOHandler> createIOHandler(
5962

6063
/** Construct an appropriate specific IOHandler for the desired IO mode.
6164
*
65+
* @param initialize_from Optionally initialize the IOHandler from a previous
66+
* interim IOHandler which to replace with the handler now
67+
* being initialized.
6268
* @param path Path to root folder for all operations associated with
6369
* the desired handler.
6470
* @param access Access describing desired operations and permissions

0 commit comments

Comments
 (0)