diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-05 17:49:42 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-04-05 17:49:47 +0200 |
commit | 1b2460bd5824170ab85757e35f81197199cce9d6 (patch) | |
tree | 8c2271dbc6f98342c86a8ae1c65dc385b9c70d8e /src/rpc/client.cpp | |
parent | 4dc1b3a296937b6e9b370a25edf74e6aa22e3aa1 (diff) | |
parent | fada0c422c081ba53a324aaf63c0a750cb56498e (diff) |
Merge #7793: [doxygen] Fix member comments
fada0c4 [doc] Fix doxygen comments for members (MarcoFalke)
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index b040d2bc80..c89af6bfa7 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -18,8 +18,8 @@ using namespace std; class CRPCConvertParam { public: - std::string methodName; //! method whose params want conversion - int paramIdx; //! 0-based idx of param to convert + std::string methodName; //!< method whose params want conversion + int paramIdx; //!< 0-based idx of param to convert }; static const CRPCConvertParam vRPCConvertParams[] = |