File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ OPENPMD_protected
600600 /* *
601601 * @brief Link with parent.
602602 *
603- * @param w The Writable representing the parent.
603+ * @param parent The Writable representing the parent.
604604 */
605605 void linkHierarchy (Attributable &parent);
606606 virtual void linkHierarchy (internal::AttributableData &parent);
You can’t perform that action at this time.
0 commit comments