Skip to content

Commit

Permalink
Change _Shape to Shape and add comments for subclasses of Shape (#1568)
Browse files Browse the repository at this point in the history
- Change `_Shape` into `Shape`
- If a class is marked as private: When a class name starts with an underscore (_), it is considered a private class and may be ignored by automatic documentation tools. To resolve this, try renaming the class to make it public.
- Add comments for subclasses of `Shape`
  • Loading branch information
sooahleex authored Jul 25, 2024
1 parent 1f8e1e7 commit 31c815c
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 27 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/1570>)

### Enhancements
- Change _Shape to Shape and add comments for subclasses of Shape
(<https://github.com/openvinotoolkit/datumaro/pull/1568>)

### Bug fixes

Expand Down
Loading

0 comments on commit 31c815c

Please sign in to comment.