We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6889a5f commit 38e35b8Copy full SHA for 38e35b8
include/openPMD/Iteration.hpp
@@ -427,7 +427,7 @@ class Iteration : public Attributable
427
/**
428
* @brief Link with parent.
429
*
430
- * @param w The Writable representing the parent.
+ * @param parent The Writable representing the parent.
431
*/
432
void linkHierarchy(internal::AttributableData &parent) override;
433
using Attributable::linkHierarchy;
include/openPMD/backend/Attributable.hpp
@@ -601,7 +601,7 @@ OPENPMD_protected
601
602
603
604
605
606
void linkHierarchy(Attributable &parent);
607
virtual void linkHierarchy(internal::AttributableData &parent);
0 commit comments