Skip to content

fix typos in the tsp tour visitor documentation#516

Open
Becheler wants to merge 2 commits into
boostorg:developfrom
Becheler:docs/tsptourvisitor-notation-fix
Open

fix typos in the tsp tour visitor documentation#516
Becheler wants to merge 2 commits into
boostorg:developfrom
Becheler:docs/tsptourvisitor-notation-fix

Conversation

@Becheler

@Becheler Becheler commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Before submitting

  • This PR targets the develop branch.
  • I searched for an existing PR or issue covering the same change.
  • My contribution is licensed under the Boost Software License 1.0.

Type of change

  • [] Bug fix
  • New feature or API addition
  • Refactor (no behavior change)
  • Documentation
  • Build, CI, or tooling
  • Other (specify below)

Does this PR introduce a breaking change?

  • Yes (describe migration impact below)
  • No

What this PR does

Fix old typos that were existing in the html documentation and ported to the antora migration.

See https://www.boost.org/doc/libs/latest/libs/graph/doc/TSPTourVisitor.html

image

Motivation

Testing

Checklist

  • Existing tests pass (b2 in the test/ directory).
  • New behavior is covered by a test, or this is a docs / build / refactor change.
  • Documentation was updated if user-facing behavior changed.
  • No new compiler warnings on the platforms I built against.

@Becheler Becheler self-assigned this Jun 24, 2026
@Becheler Becheler added the docs label Jun 24, 2026
@cppalliance-bot

cppalliance-bot commented Jun 24, 2026

Copy link
Copy Markdown

An automated preview of the documentation is available at https://516.graph.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-06-24 09:55:16 UTC

@github-actions

Copy link
Copy Markdown

Compiler-warning counts vs develop (auto-generated).
PR run 28090142660 vs develop run 28012997199 (56f067c129).

Job Baseline After Delta
macos (clang, 14) 44 4 -40
macos (clang, 17) 4 44 +40
macos (clang, 20) 4 44 +40
ubuntu (clang-19, 14) 4 4 0
ubuntu (clang-19, 17) 4 4 0
ubuntu (clang-19, 20) 4 4 0
ubuntu (clang-19, 23) 4 4 0
ubuntu (gcc-14, 14) 10 10 0
ubuntu (gcc-14, 17) 10 10 0
ubuntu (gcc-14, 20) 10 10 0
ubuntu (gcc-14, 23) 10 10 0
windows_msvc_14_3 (msvc-14.3) 971 971 0

@Becheler

Copy link
Copy Markdown
Collaborator Author

Note about the warning count: the macOS CI jobs use runs-on macos-latest so it lets different jobs/runs land on different Apple clang versions (17 vs 21) with different libc++ deprecation behavior.
So the compiler-warning counts vary non-deterministically and the warning-count bot reports warnings not related to the PR.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants