From b35561f74ef93b6150e66082943f3204b568778f Mon Sep 17 00:00:00 2001 From: peri4 Date: Wed, 17 Jul 2024 14:14:38 +0300 Subject: [PATCH] doc fix --- libs/main/types/pivaluetree.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/main/types/pivaluetree.h b/libs/main/types/pivaluetree.h index db4e2a1f..323a6a9e 100644 --- a/libs/main/types/pivaluetree.h +++ b/libs/main/types/pivaluetree.h @@ -282,9 +282,9 @@ public: const PIValueTree & operator[](const PIString & name) const { return child(name); } //! \~\brief - //! \~english Recursive call "func" for every child. "full_name" is a name with path, joined with ".". - //! \~russian Рекурсивно выполняет "func" для каждого узла. "full_name" - это имя с путём, соединены ".". - void forEachRecursive(std::function func); + //! \~english Recursive call "func" for every child. "path" is a name with path, joined with ".". + //! \~russian Рекурсивно выполняет "func" для каждого узла. "path" - это имя с путём, соединены ".". + void forEachRecursive(std::function func); //! \~\brief //! \~english Returns a list of standard attribute names.