]> git.sesse.net Git - stockfish/commit - src/syzygy/tbprobe.cpp
remove blank line between function and it's description
authorDisservin <disservin.social@gmail.com>
Sun, 22 Oct 2023 18:20:53 +0000 (20:20 +0200)
committerDisservin <disservin.social@gmail.com>
Mon, 23 Oct 2023 18:39:48 +0000 (20:39 +0200)
commita105978bbde04508389abad03bd121f817f91646
tree22f0806a8388d222010af6153cf79df51fe26c80
parentb1876222335df6581777baadc68fb5b17e5fe656
remove blank line between function and it's description

- remove the blank line between the declaration of the function and it's
  comment, leads to better IDE support when hovering over a function to see it's
  description
- remove the unnecessary duplication of the function name in the functions
  description
- slightly refactored code for lsb, msb in bitboard.h There are still a few
  things we can be improved later on, move the description of a function where
  it was declared (instead of implemented) and add descriptions to functions
  which are behind macros ifdefs

closes https://github.com/official-stockfish/Stockfish/pull/4840

No functional change
24 files changed:
src/benchmark.cpp
src/bitboard.cpp
src/bitboard.h
src/evaluate.cpp
src/misc.cpp
src/misc.h
src/movegen.cpp
src/movepick.cpp
src/nnue/evaluate_nnue.cpp
src/nnue/features/half_ka_v2_hm.cpp
src/nnue/nnue_common.h
src/position.cpp
src/search.cpp
src/search.h
src/syzygy/tbprobe.cpp
src/thread.cpp
src/thread.h
src/timeman.cpp
src/timeman.h
src/tt.cpp
src/tt.h
src/types.h
src/uci.cpp
src/ucioption.cpp