[doc] Fix doxygen comments for members

This commit is contained in:
MarcoFalke
2016-04-03 11:49:36 +02:00
committed by lateminer
parent 6d90c71b64
commit c6ac3b5c34
10 changed files with 38 additions and 32 deletions

View File

@@ -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[] =