diff options
| author | MarcoFalke <[email protected]> | 2016-04-03 11:49:36 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-03 11:58:01 +0200 |
| commit | fada0c422c081ba53a324aaf63c0a750cb56498e (patch) | |
| tree | cb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/rpc/client.cpp | |
| parent | Merge #7691: [Wallet] refactor wallet/init interaction (diff) | |
| download | discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.tar.xz discoin-fada0c422c081ba53a324aaf63c0a750cb56498e.zip | |
[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 89420b93d..033987af5 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[] = |