Skip to content

docs: drop copied Robidoux Sharp comment from Spline - #3170

Open
FirmaSpring wants to merge 1 commit into
SixLabors:mainfrom
FirmaSpring:fix/cubic-resampler-spline-docs
Open

docs: drop copied Robidoux Sharp comment from Spline#3170
FirmaSpring wants to merge 1 commit into
SixLabors:mainfrom
FirmaSpring:fix/cubic-resampler-spline-docs

Conversation

@FirmaSpring

Copy link
Copy Markdown

Problem

CubicResampler.Spline is documented twice. The second XML <summary> is a copy of the Robidoux Sharp comment and does not describe the spline kernel (B=1, C=0).

IntelliSense / generated docs for Spline would show the wrong algorithm name.

Solution

Remove the copied Robidoux Sharp summary so Spline keeps only the spline documentation.

Verification

The remaining comment matches the Spline = new(2, 1, 0) construction. RobidouxSharp still has its own summary above.

Checked open PRs; none touch this file for this comment.

CubicResampler.Spline had a second XML summary copied from RobidouxSharp. The field is the B-spline (B=1, C=0) kernel, so only the spline summary should remain.

Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com>
@CLAassistant

CLAassistant commented Aug 17, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

2 participants