Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update more documentation #21

Merged
merged 1 commit into from
Jan 25, 2025
Merged

Update more documentation #21

merged 1 commit into from
Jan 25, 2025

Conversation

YanzhaoW
Copy link
Owner

Describe your proposal.

Mention any issue this PR is resolved or is related to.


Checklist:

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-linter Review

Used clang-tidy v18.1.3

No concerns from clang-tidy.

Used clang-format v18.1.3

Click here for the full clang-format patch
diff --git a/neuland/digitizing/R3BDigitizingEngine.h b/neuland/digitizing/R3BDigitizingEngine.h
index 86faa8d..aaaa953 100644
--- a/neuland/digitizing/R3BDigitizingEngine.h
+++ b/neuland/digitizing/R3BDigitizingEngine.h
@@ -29,3 +29,3 @@ namespace R3B::Digitizing
-            DigitizingEngineInterface() = default;
-            // rule of 5
-            virtual ~DigitizingEngineInterface() = default;
+        DigitizingEngineInterface() = default;
+        // rule of 5
+        virtual ~DigitizingEngineInterface() = default;

Have any feedback or feature suggestions? Share it here.

@YanzhaoW YanzhaoW merged commit ac96276 into edwin_dev Jan 25, 2025
5 checks passed
@YanzhaoW YanzhaoW deleted the edwin_doc_update branch January 25, 2025 15:25
YanzhaoW added a commit that referenced this pull request Jan 25, 2025
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.

1 participant