Skip to content

Commit 84d0f30

Browse files
committed
CI fixes
1 parent c725c7b commit 84d0f30

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/openPMD/IO/AbstractIOHandlerHelper.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ namespace openPMD
3333
* @param initialize_from Optionally initialize the IOHandler from a previous
3434
* interim IOHandler which to replace with the handler now
3535
* being initialized.
36-
* @param path Path to root folder for all operations associated with
37-
the desired handler.
38-
* @param access Access mode describing desired operations and
39-
permissions of the desired handler.
4036
* @param format Format describing the IO backend of the desired handler.
4137
* @param originalExtension The filename extension as it was originally
4238
* specified by the user.
@@ -63,10 +59,6 @@ std::unique_ptr<AbstractIOHandler> createIOHandler(
6359
* @param initialize_from Optionally initialize the IOHandler from a previous
6460
* interim IOHandler which to replace with the handler now
6561
* being initialized.
66-
* @param path Path to root folder for all operations associated with
67-
* the desired handler.
68-
* @param access Access describing desired operations and permissions
69-
* of the desired handler.
7062
* @param format Format describing the IO backend of the desired handler.
7163
* @param originalExtension The filename extension as it was originally
7264
* specified by the user.

0 commit comments

Comments
 (0)