mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +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
|
@ -25,8 +25,7 @@ pub const picoev_del = 0x20000000
|
|||
// event read/write.
|
||||
pub const picoev_readwrite = 3
|
||||
|
||||
// Target is a data representation of everything that needs to be associated with a single
|
||||
// file descriptor (connection).
|
||||
// Target is a data representation of everything that needs to be associated with a single file descriptor (connection).
|
||||
pub struct Target {
|
||||
pub mut:
|
||||
fd int // file descriptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue