From 55bdda94dc8661dc740e26e6fb91beb7e2bb7ec7 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 9 Apr 2018 14:03:06 +0200 Subject: Correction internal documentation Small correcting to remove some messages about wrong parameter documentation in doxygen internal documentation. --- src/context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.cpp b/src/context.cpp index 896c4e0..4584920 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -246,7 +246,6 @@ class PropertyMapper /** Add a property to the map * @param[in] name The name of the property to add. - * @param[in] obj The object handling access to the property. * @param[in] handle The method to call when the property is accessed. */ void addProperty(const char *name,typename PropertyFunc::Handler handle) @@ -262,6 +261,7 @@ class PropertyMapper } /** Gets the value of a property. + * @param[in] obj The object handling access to the property. * @param[in] name The name of the property. * @returns A variant representing the properties value or an * invalid variant if it was not found. -- cgit v0.12