diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-04-03 11:49:36 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-04-03 11:58:01 +0200 |
commit | fada0c422c081ba53a324aaf63c0a750cb56498e (patch) | |
tree | cb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/rpc/client.cpp | |
parent | 30c2dd8d0598afac9319d3a813a89a682b9c0d34 (diff) |
[doc] Fix doxygen comments for members
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 89420b93d7..033987af59 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[] = |