[doc] Fix doxygen comments for members

This commit is contained in:
MarcoFalke
2016-04-03 11:49:36 +02:00
parent 30c2dd8d05
commit fada0c422c
11 changed files with 55 additions and 49 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[] =