-
-
Notifications
You must be signed in to change notification settings - Fork 18
Fix the doxygen warnings (issue 147) #159
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
Merged
Merged
Conversation
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
grhoten
requested changes
Jul 8, 2025
inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp
Outdated
Show resolved
Hide resolved
inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp
Outdated
Show resolved
Hide resolved
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
…s_Feature.hpp Co-authored-by: George Rhoten <[email protected]>
Co-authored-by: George Rhoten <[email protected]>
formatting
Co-authored-by: George Rhoten <[email protected]>
formatting
Collaborator
Author
|
@grhoten PTAL. I remove the changes to the "operator<" since I will remove them when adding operator<=> next. I took your suggestion and did some minor line wrapping formatting changes after that. |
grhoten
approved these changes
Jul 8, 2025
deonajulary06
pushed a commit
that referenced
this pull request
Aug 21, 2025
* Update InflectableStringConcept.hpp * Update SemanticConceptList.hpp * Update SemanticFeature.hpp * Update SemanticFeature.hpp * Update SemanticFeatureConceptBase.hpp * Update SemanticFeatureModel.hpp * Update SemanticValue.hpp * Update SpeakableString.hpp * Update XMLParseException.hpp * Update LanguageGrammarFeatures_Feature.hpp * Update LanguageGrammarFeatures_GrammarCategory.hpp * Update LanguageGrammarFeatures_GrammarFeatures.hpp * Update LanguageGrammarFeatures_GrammarFeatures.hpp * Update LanguageGrammarFeatures_GrammarFeatures.hpp * Update inflection/src/inflection/dialog/InflectableStringConcept.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeature.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeature.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureModel.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureModel.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureModel.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureModel.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureModel.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureModel.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticValue.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SpeakableString.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/exception/XMLParseException.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/lang/features/LanguageGrammarFeatures_Feature.hpp Co-authored-by: George Rhoten <[email protected]> * Update inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp Co-authored-by: George Rhoten <[email protected]> * Update SemanticFeature.hpp formatting * Update inflection/src/inflection/dialog/SemanticFeatureConceptBase.hpp Co-authored-by: George Rhoten <[email protected]> * Update SemanticFeatureConceptBase.hpp formatting * Update SemanticFeatureModel.hpp * Update LanguageGrammarFeatures_Feature.hpp * Update SemanticFeature.hpp * Update LanguageGrammarFeatures_GrammarCategory.hpp * Update LanguageGrammarFeatures_GrammarFeatures.hpp * Update SemanticFeatureConceptBase.hpp * Update SemanticFeature.hpp * Update LanguageGrammarFeatures_GrammarFeatures.hpp * Update LanguageGrammarFeatures_GrammarCategory.hpp * Update LanguageGrammarFeatures_GrammarCategory.hpp --------- Co-authored-by: George Rhoten <[email protected]>
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.
I put together this PR with my best knowledge. Some of the actions and parameters I put in a placeholder for the reviewers to suggest what should be documented.
@grhoten please suggest how should we fix these comments.
Thanks.