[platform] Fix documentation error between argument names and @param

pull/4233/head
Sam Grove 2017-04-26 18:39:59 -05:00
parent 33e1d66d66
commit 5b580f6e16
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ public:
/** Add a function at the beginning of the chain /** Add a function at the beginning of the chain
* *
* @param tptr pointer to the object to call the member function on * @param obj pointer to the object to call the member function on
* @param mptr pointer to the member function to be called * @param method pointer to the member function to be called
* *
* @returns * @returns
* The function object created for 'tptr' and 'mptr' * The function object created for 'tptr' and 'mptr'