headscale/hscontrol/templates
Kristoffer Dalby 4cca63155d all: apply godoc [Name] link conventions across comments
Every Go-identifier reference in // and /* */ comments now uses
godoc's [Name] linking syntax so pkg.go.dev and `go doc` render
them as clickable cross-references. No behaviour change.

Pattern applied across the tree:
  In-package         [Foo], [Foo.Bar]
  Cross-package      [pkg.Foo], [pkg.Foo.Bar]
  Stdlib             [netip.Prefix], [errors.Is], [context.Context]
  Tailscale          [tailcfg.MapResponse], [tailcfg.Node.CapMap],
                     [tailcfg.NodeAttrSuggestExitNode]

Skip rules:
  - File:line refs left as plain text
  - HuJSON wire keys inside backtick raw strings untouched
  - ACL/policy syntax tokens (tag:foo, autogroup:self, ...) not Go
    symbols, left as plain text
  - JSON/OIDC wire keys, gorm tags, RFC IPv6 placeholders, markdown
    link tags, decorative dividers — all left as-is
2026-05-19 09:55:22 +02:00
..
apple.go hscontrol/templates: refactor to use CSS classes and embedded files 2025-11-12 08:28:12 -06:00
auth_error.go templates: add error box component and error page template 2026-04-13 17:23:47 +01:00
auth_success.go Update links to Tailscale documentation 2026-04-18 09:33:41 +02:00
auth_web.go templates: generalise auth templates for web and OIDC 2026-02-25 21:28:05 +01:00
design.go cmd, templates, integration: extract shared production constants 2026-05-19 09:55:22 +02:00
general.go all: apply godoc [Name] link conventions across comments 2026-05-19 09:55:22 +02:00
ping.go cmd, templates, integration: extract shared production constants 2026-05-19 09:55:22 +02:00
ping_test.go all: rephrase prose to fit codebase voice 2026-04-29 16:22:19 +01:00
register_confirm.go cmd, templates, integration: extract shared production constants 2026-05-19 09:55:22 +02:00
windows.go hscontrol/templates: refactor to use CSS classes and embedded files 2025-11-12 08:28:12 -06:00