mirror of https://github.com/ARMmbed/mbed-os.git
[platform] Fix documentation error between argument names and @param
parent
33e1d66d66
commit
5b580f6e16
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue