From 5b580f6e16d3d81f4580a3757d03f001085893b3 Mon Sep 17 00:00:00 2001 From: Sam Grove Date: Wed, 26 Apr 2017 18:39:59 -0500 Subject: [PATCH] [platform] Fix documentation error between argument names and @param --- platform/CallChain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/CallChain.h b/platform/CallChain.h index 421ffb4fc5..d702ec89c8 100644 --- a/platform/CallChain.h +++ b/platform/CallChain.h @@ -114,8 +114,8 @@ public: /** Add a function at the beginning of the chain * - * @param tptr pointer to the object to call the member function on - * @param mptr pointer to the member function to be called + * @param obj pointer to the object to call the member function on + * @param method pointer to the member function to be called * * @returns * The function object created for 'tptr' and 'mptr'