mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Standardize Comments
use double slashes (//) only for comments. closes #4820 No functional change.
This commit is contained in:
committed by
Joost VandeVondele
parent
fe53a18f7a
commit
edb4ab924f
+3
-3
@@ -56,9 +56,9 @@ inline bool operator<(const ExtMove& f, const ExtMove& s) {
|
||||
template<GenType>
|
||||
ExtMove* generate(const Position& pos, ExtMove* moveList);
|
||||
|
||||
/// The MoveList struct wraps the generate() function and returns a convenient
|
||||
/// list of moves. Using MoveList is sometimes preferable to directly calling
|
||||
/// the lower level generate() function.
|
||||
// The MoveList struct wraps the generate() function and returns a convenient
|
||||
// list of moves. Using MoveList is sometimes preferable to directly calling
|
||||
// the lower level generate() function.
|
||||
template<GenType T>
|
||||
struct MoveList {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user