Merged
Conversation
Co-authored-by: dcoeurjo <700165+dcoeurjo@users.noreply.github.com>
Co-authored-by: dcoeurjo <700165+dcoeurjo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix typos in doxygen documentation of cpp files
Fix typos in Doxygen documentation
Jan 2, 2026
There was a problem hiding this comment.
Pull request overview
This PR fixes multiple spelling errors in Doxygen documentation across various C++ files in the DGtalTools project. The corrections improve documentation quality without affecting any code logic.
- Corrects common spelling mistakes: "usefull" → "useful", "the the" → "the", "paramteric" → "parametric"
- Fixes terminology: "Integral Invarian" → "Integral Invariant"
- Fixes verb spelling: "decribed" → "described"
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| volumetric/volShapeMetrics.cpp | Corrects "usefull" to "useful" in app description |
| visualisation/3dSDPViewer.cpp | Corrects "usefull" to "useful" in help text and command-line option description (2 occurrences) |
| visualisation/3dCurveViewer.cpp | Removes duplicate "the the" in help text and command-line option description (2 occurrences) |
| visualisation/3dCurvatureViewerNoise.cpp | Corrects "usefull" to "useful" in help text and command-line options (3 occurrences) |
| visualisation/3dCurvatureViewer.cpp | Corrects "usefull" to "useful" (2 occurrences) and "Integral Invarian" to "Integral Invariant" in app description and command-line options |
| estimators/volSurfaceRegularization.cpp | Corrects "decribed" to "described" in documentation comment |
| estimators/lengthEstimators.cpp | Corrects "paramteric" to "parametric" in documentation brief |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dcoeurjo
approved these changes
Jan 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrects spelling errors in Doxygen comments and CLI help text across multiple cpp files.
Fixed typos:
the the→the(duplicate word)usefull→usefulIntegral Invarian→Integral Invariantparamteric→parametricdecribed→describedFiles affected:
visualisation/3dCurveViewer.cpp,3dCurvatureViewer.cpp,3dCurvatureViewerNoise.cpp,3dSDPViewer.cppvolumetric/volShapeMetrics.cppestimators/lengthEstimators.cpp,volSurfaceRegularization.cppDocumentation-only changes, no functional impact.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.