mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Reformat some comments and conditions
closes https://github.com/official-stockfish/Stockfish/pull/4814 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
a4fedd8152
commit
fe53a18f7a
+3
-2
@@ -236,9 +236,10 @@ namespace {
|
||||
|
||||
/// <CAPTURES> Generates all pseudo-legal captures plus queen promotions
|
||||
/// <QUIETS> Generates all pseudo-legal non-captures and underpromotions
|
||||
/// <EVASIONS> Generates all pseudo-legal check evasions when the side to move is in check
|
||||
/// <QUIET_CHECKS> Generates all pseudo-legal non-captures giving check, except castling and promotions
|
||||
/// <EVASIONS> Generates all pseudo-legal check evasions
|
||||
/// <NON_EVASIONS> Generates all pseudo-legal captures and non-captures
|
||||
/// <QUIET_CHECKS> Generates all pseudo-legal non-captures giving check,
|
||||
/// except castling and promotions
|
||||
///
|
||||
/// Returns a pointer to the end of the move list.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user