Skip to content

Fix the chrono format specification link - #4927

Merged
vitaut merged 1 commit into
fmtlib:mainfrom
dajiaohuang:docs/4926-chrono-anchor
Sep 5, 2026
Merged

Fix the chrono format specification link#4927
vitaut merged 1 commit into
fmtlib:mainfrom
dajiaohuang:docs/4926-chrono-anchor

Conversation

@dajiaohuang

Copy link
Copy Markdown
Contributor

Fixes #4926.

Point the chrono API reference to the existing explicit chrono-format-spec
anchor in syntax.md. The old plural fragment has no target.

Validation:

  • Documentation build passes using the pinned docs environment and Doxygen
    1.18.0; the missing-anchor warning is gone.
  • Generated api/index.html links to ../syntax/#chrono-format-spec, and
    generated syntax/index.html contains that ID. The old fragment is absent.
  • git diff --check passes.

One documentation line only; no API, syntax, dependency or CI change. On this
Windows host the build uses process-local UTF-8 mode; the separate default-codec
fix in #4925 is not included in this branch.

@dajiaohuang
dajiaohuang requested a review from vitaut as a code owner September 5, 2026 09:42
@vitaut
vitaut merged commit 0f3c5fd into fmtlib:main Sep 5, 2026
46 of 47 checks passed
@vitaut

vitaut commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Thanks for the fix. In the future, for simple cases like this I suggest skipping the issue and just opening the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chrono API reference links to a missing syntax anchor

2 participants