mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
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:
parent
e6bbcbd168
commit
3271c728d5
17 changed files with 48 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue