Skip to content

Commit 5b580f6

Browse files
committed
[platform] Fix documentation error between argument names and @param
1 parent 33e1d66 commit 5b580f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/CallChain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class CallChain {
114114

115115
/** Add a function at the beginning of the chain
116116
*
117-
* @param tptr pointer to the object to call the member function on
118-
* @param mptr pointer to the member function to be called
117+
* @param obj pointer to the object to call the member function on
118+
* @param method pointer to the member function to be called
119119
*
120120
* @returns
121121
* The function object created for 'tptr' and 'mptr'

0 commit comments

Comments
 (0)