Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit c2eed71

Browse files
committed
Document ElementHandle
Signed-off-by: Kevin Rocard <[email protected]>
1 parent b0835ea commit c2eed71

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

parameter/include/ElementHandle.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ class CConfigurableElement;
4545
class CBaseParameter;
4646
/** @} */
4747

48-
/** TODO */
48+
/** ElementHandle gives access to elements of the parameter tree.
49+
*
50+
* ElementHandle objects can be created by calling the
51+
* ParameterMgrPlatformConnector::createElementHandle.
52+
*
53+
* @note non const method can only be called on rogue elements.
54+
*/
4955
class PARAMETER_EXPORT ElementHandle
5056
{
5157
public:

0 commit comments

Comments
 (0)