Commit 12e873c
committed
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.1 parent 2041171 commit 12e873c
1 file changed
+38
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
230 | 268 | | |
231 | 269 | | |
232 | 270 | | |
| |||
0 commit comments