Skip to content

Commit 495eef1

Browse files
committed
fix outdated constants comments
1 parent 0d1b695 commit 495eef1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

include/SgfcConstants.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ namespace LibSgfcPlusPlus
5656

5757
/// @name ISgfcMessage related constants
5858
//@{
59-
/// @brief Indicates an invalid line number. This is used for fatal error
60-
/// messages that do not refer to a specific line number in a piece of
61-
/// SGF content.
59+
/// @brief Indicates an invalid line number. This is used for messages
60+
/// that do not refer to a specific line number in a piece of SGF content.
6261
static const int InvalidLineNumber;
63-
/// @brief Indicates an invalid column number. This is used for fatal error
64-
/// messages that do not refer to a specific column number in a piece of
65-
/// SGF content.
62+
/// @brief Indicates an invalid column number. This is used for messages
63+
/// that do not refer to a specific column number in a piece of SGF content.
6664
static const int InvalidColumnNumber;
6765
/// @brief A library error number (= errno value) indicating "no error".
6866
/// This is defined to be the value 0 (zero).

0 commit comments

Comments
 (0)