You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is what you meant by "the rest of doc comments", but (as of version 0.5.0+10e0b0713) only the first line of a multi-line doc comment is included in the generated HTML documentation.
Returns the number of bytes read. If the number read is smaller than buffer.len, it
Doc comment above readAll in lib/std/io/in_stream.zig:34:
/// Returns the number of bytes read. If the number read is smaller than `buffer.len`, it
/// means the stream reached the end. Reaching the end of a stream is not an error
/// condition.
Currently function doc comments and error set doc comments are integrated, but not these:
The text was updated successfully, but these errors were encountered: