File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments