zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

tldoc_comments.zig (443B) - Raw


      1 //! This module provides functions for retrieving the current date and
      2 //! time with varying degrees of precision and accuracy. It does not
      3 //! depend on libc, but will use functions from it if available.
      4 
      5 const S = struct {
      6     //! Top level comments are allowed inside a container other than a module,
      7     //! but it is not very useful.  Currently, when producing the package
      8     //! documentation, these comments are ignored.
      9 };
     10 
     11 // syntax