[doc] Fix typos in comments, doxygen: Fix comment syntax

This commit is contained in:
MarcoFalke
2016-06-29 11:48:51 +02:00
committed by lateminer
parent 146eff7075
commit a99d1b2425
5 changed files with 39 additions and 39 deletions

View File

@@ -22,9 +22,9 @@ static const unsigned char REJECT_CHECKPOINT = 0x43;
class CValidationState {
private:
enum mode_state {
MODE_VALID, //! everything ok
MODE_INVALID, //! network rule violation (DoS value may be set)
MODE_ERROR, //! run-time error
MODE_VALID, //!< everything ok
MODE_INVALID, //!< network rule violation (DoS value may be set)
MODE_ERROR, //!< run-time error
} mode;
int nDoS;
std::string strRejectReason;