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

Eliminate javadoc warnings #246

Merged
merged 7 commits into from
Oct 22, 2024
Merged

Eliminate javadoc warnings #246

merged 7 commits into from
Oct 22, 2024

Conversation

dsgrieve
Copy link
Member

Motivation and Context

Prepare javadoc for Microsoft learn API browser

Description

Eliminated javadoc warnings with the exception of warning: use of default constructor, which does not provide a comment. This warning would require adding a default constructor to the classes where the warning is raised. It is my opinion that this would not add value to the code base or to the javadoc.

This affects only the semantickernel-api, aiservices, and semantickernel-experimental modules. These are the only modules where the javadoc is API facing.

Contribution Checklist

@dsgrieve dsgrieve merged commit 3e7f6c8 into microsoft:main Oct 22, 2024
8 checks passed
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