Files
zig/doc/langref/tldoc_comments.zig
T
2026-04-19 10:38:01 -07:00

11 lines
380 B
Zig

//! Provides functions for retrieving the current date and time with varying
//! degrees of precision and accuracy.
const S = struct {
//! Top level comments are allowed inside namespaces other than the
//! implicit struct created by files, but it is not very useful. Currently,
//! when producing the package documentation, these comments are ignored.
};
// syntax