mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
fix: lint doc-comments
This commit is contained in:
@@ -1021,6 +1021,7 @@ void textpos2screenpos(win_T *wp, pos_T *pos, int *rowp, int *scolp,
|
||||
}
|
||||
|
||||
/// Scroll the current window down by "line_count" logical lines. "CTRL-Y"
|
||||
///
|
||||
/// @param line_count number of lines to scroll
|
||||
/// @param byfold if true, count a closed fold as one line
|
||||
bool scrolldown(long line_count, int byfold)
|
||||
@@ -1098,6 +1099,7 @@ bool scrolldown(long line_count, int byfold)
|
||||
}
|
||||
|
||||
/// Scroll the current window up by "line_count" logical lines. "CTRL-E"
|
||||
///
|
||||
/// @param line_count number of lines to scroll
|
||||
/// @param byfold if true, count a closed fold as one line
|
||||
bool scrollup(long line_count, int byfold)
|
||||
|
Reference in New Issue
Block a user