diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-05 17:49:42 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-05 17:49:47 +0200 |
| commit | 1b2460bd5824170ab85757e35f81197199cce9d6 (patch) | |
| tree | 8c2271dbc6f98342c86a8ae1c65dc385b9c70d8e /src/rpc/client.cpp | |
| parent | Merge #7788: Use relative paths instead of absolute paths in protoc calls (diff) | |
| parent | [doc] Fix doxygen comments for members (diff) | |
| download | discoin-1b2460bd5824170ab85757e35f81197199cce9d6.tar.xz discoin-1b2460bd5824170ab85757e35f81197199cce9d6.zip | |
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 b040d2bc8..c89af6bfa 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[] = |