fix(physics): A6.P1 — drop unresolvable <see cref> to private method
BSPQuery.AdjustSphereToPlane is private; <see cref> from outside the class can't resolve and emits CS1574. Switched to <c>...</c> code span. Other two cross-refs (FindCollisions public, CheckOtherCells internal-same-assembly) keep their <see cref> form. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ace9e62213
commit
ad6c89de33
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ public static class PhysicsDiagnostics
|
|||
/// <c>tools/cdb/a6-probe.cdb</c>.
|
||||
///
|
||||
/// <para>
|
||||
/// Three emission sites: <see cref="BSPQuery.AdjustSphereToPlane"/>
|
||||
/// Three emission sites: <c>BSPQuery.AdjustSphereToPlane</c>
|
||||
/// (the suspected over-correction site), <see cref="BSPQuery.FindCollisions"/>
|
||||
/// (the 6-path dispatcher), and <see cref="Transition.CheckOtherCells"/>
|
||||
/// (multi-cell BSP iteration outcomes). All three are zero-cost when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue