Skip to content

Commit

Permalink
fix another Doxygen documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
herzbube committed Jan 4, 2024
1 parent abd173e commit bba8104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SgfcGameResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace LibSgfcPlusPlus
///
/// The score only has meaning if SgfcGameResult::GameResultType is
/// either SgfcGameResultType::BlackWin or SgfcGameResultType::WhiteWin and
/// if SgfcGameResultType::WinType is SgfcWinType::WinWithScore.
/// if SgfcGameResult::WinType is SgfcWinType::WinWithScore.
SgfcReal Score = 0.0;

/// @brief True if the SgfcGameResult object holds a valid game result.
Expand Down

0 comments on commit bba8104

Please sign in to comment.