]> git.sesse.net Git - stockfish/blobdiff - src/movegen.h
Standardize Comments
[stockfish] / src / movegen.h
index 5eee2f1acf8647cdbefce1ce5f60cc0153c29678..e913a13ea130fe1da9797d0a8ebc7aa12057daed 100644 (file)
@@ -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 {