You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Remove SWIG macro from StorageReference List/ListAll & update Doxygen
This commit addresses code review feedback:
1. **Removed SWIG_STORAGE_EXPORT**: The `SWIG_STORAGE_EXPORT` macro
was incorrectly added to the new `List()` and `ListAll()` method
declarations in `firebase/storage/storage_reference.h`. This commit
removes the macro from these methods.
2. **Updated Doxygen for StorageReference List/ListAll**:
The Doxygen comments for `StorageReference::List()`,
`StorageReference::ListAll()` were updated to be more comprehensive.
3. **Verified ListResult Doxygen Indentation**:
The Doxygen comment indentation for methods in
`firebase/storage/list_result.h` was reviewed and confirmed to be
consistent with project standards. No changes were needed for indentation.
0 commit comments