docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols.

This commit is contained in:
Delyan Angelov 2025-07-02 15:45:47 +03:00
parent e6bbcbd168
commit 3271c728d5
17 changed files with 48 additions and 68 deletions

View file

@ -36,8 +36,7 @@ mut:
type LoopType = EpollLoop
// create_epoll_loop creates a new epoll instance and returns an
// `EpollLoop` struct with `id`.
// create_epoll_loop creates a new epoll instance and returns an `EpollLoop` struct with `id`.
pub fn create_epoll_loop(id int) !&EpollLoop {
mut loop := &EpollLoop{
id: id