docs: remove deprecated newline info for doc comments (#21086)

This commit is contained in:
Turiiya 2024-03-24 18:55:28 +01:00 committed by GitHub
parent 418462208a
commit cf9746da5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5222,7 +5222,6 @@ To generate documentation use vdoc, for example `v doc net.http`.
Comments spanning multiple lines are merged together using spaces, unless
- the line is empty
- the line ends with a `.` (end of sentence)
- the line is purely of at least 3 of `-`, `=`, `_`, `*`, `~` (horizontal rule)
- the line starts with at least one `#` followed by a space (header)
- the line starts and ends with a `|` (table)