Skip to content

Commit 3457908

Browse files
committed
CI fixes
1 parent 45b6cd6 commit 3457908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/openPMD/Iteration.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class Iteration : public Attributable
427427
/**
428428
* @brief Link with parent.
429429
*
430-
* @param w The Writable representing the parent.
430+
* @param parent The Writable representing the parent.
431431
*/
432432
void linkHierarchy(internal::AttributableData &parent) override;
433433
using Attributable::linkHierarchy;

include/openPMD/backend/Attributable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ OPENPMD_protected
605605
/**
606606
* @brief Link with parent.
607607
*
608-
* @param w The Writable representing the parent.
608+
* @param parent The Writable representing the parent.
609609
*/
610610
void linkHierarchy(Attributable &parent);
611611
virtual void linkHierarchy(internal::AttributableData &parent);

0 commit comments

Comments
 (0)