diff options
| author | Johannes Kirschbauer <hsjobeki@gmail.com> | 2025-02-12 14:38:20 +0700 |
|---|---|---|
| committer | Johannes Kirschbauer <hsjobeki@gmail.com> | 2025-02-12 15:01:43 +0700 |
| commit | 88f912da4852c38a5db25e882f3d89dac23a421c (patch) | |
| tree | e26171ca73e266a4cc1cbf030fb522f3bcc6af67 /lib/network | |
| parent | moonfire-nvr: 0.7.17 -> 0.7.20 (#377672) (diff) | |
| download | nixpkgs-88f912da4852c38a5db25e882f3d89dac23a421c.tar.gz | |
Docs: migrate format of comments to doc-comments
Diffstat (limited to 'lib/network')
| -rw-r--r-- | lib/network/internal.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/network/internal.nix b/lib/network/internal.nix index 3e05be90c547..20a18e073af5 100644 --- a/lib/network/internal.nix +++ b/lib/network/internal.nix @@ -16,7 +16,7 @@ let inherit (lib.lists) last; - /* + /** IPv6 addresses are 128-bit identifiers. The preferred form is 'x:x:x:x:x:x:x:x', where the 'x's are one to four hexadecimal digits of the eight 16-bit pieces of the address. See RFC 4291. @@ -138,7 +138,7 @@ let parseIpv6FromString = addr: parseExpandedIpv6 (expandIpv6 addr); in { - /* + /** Internally, an IPv6 address is stored as a list of 16-bit integers with 8 elements. Wherever you see `IPv6` in internal functions docs, it means that it is a list of integers produced by one of the internal parsers, such as |
