GitHub user victoryifei opened a pull request:
https://github.com/apache/thrift/pull/1504
Fix wrong @param in comment
Wrong @ param name can cause warning when `-Wdocumentation` flag is on for
objc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/victoryifei/thrift wrong-doc-param-cocoa
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1504.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1504
----
commit b78f1c1cbe94af747d26f71f4673bb1e06cf7c75
Author: yfchen <yfchen@...>
Date: 2018-03-08T17:01:31Z
fix wrong document @param in TBase.h
----
---