-
Notifications
You must be signed in to change notification settings - Fork 3k
Minor Doxygen fixes for all file system classes #9305
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
Minor Doxygen fixes for all file system classes #9305
Conversation
@davidsaada, thank you for your changes. |
23be723
to
f52a6e8
Compare
@davidsaada How does this PR interact with #9308? |
We'll need to merge them. This one originally modified the Doxy for LittleFS and FAT FS, but then I noticed that they were all copied from FileSystem base class, so I propagated the changes there as well. #9308 made other changes on the base class separately. |
e27eb92
to
1059c07
Compare
Took all relevant changes from #9308 and squashed all commits. |
- Remove Doxygen generation on protected functions - Minor description fixes
1059c07
to
3c7924a
Compare
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
This is sitting on top of #8972 which is a major feature for 5.12 so this is being moved to 5.12 also. |
Description
This PR includes minor fixes for all file system classes: Base class, LittleFS and FATFS.
Pull request type
Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[x] Docs update
[ ] Test update
[ ] Breaking change