Skip to content

Commit c035b65

Browse files
committed
Fix code documents issue
1 parent 1aeaaf2 commit c035b65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ public interface IPublicAPI
372372
/// </returns>
373373
public bool SetCurrentTheme(ThemeData theme);
374374

375+
/// <summary>
375376
/// Save all Flow's plugins caches
376377
/// </summary>
377378
void SavePluginCaches();
@@ -404,6 +405,7 @@ public interface IPublicAPI
404405
/// </remarks>
405406
Task SaveCacheBinaryStorageAsync<T>(string cacheName, string cacheDirectory) where T : new();
406407

408+
/// <summary>
407409
/// Load image from path. Support local, remote and data:image url.
408410
/// If image path is missing, it will return a missing icon.
409411
/// </summary>
@@ -418,6 +420,7 @@ public interface IPublicAPI
418420
/// <returns></returns>
419421
ValueTask<ImageSource> LoadImageAsync(string path, bool loadFullImage = false, bool cacheImage = true);
420422

423+
/// <summary>
421424
/// Update the plugin manifest
422425
/// </summary>
423426
/// <param name="usePrimaryUrlOnly">

0 commit comments

Comments
 (0)