mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
This commit is contained in:
parent
aaadf16777
commit
4749ca208a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
namespace Flow.Launcher.Plugin
|
||||
{
|
||||
/// <summary>
|
||||
/// Inherit this interface if additional data.
|
||||
/// If you need to save data which is not a setting or cache,
|
||||
/// Inherit this interface if you need to save additional data which is not a setting or cache,
|
||||
/// please implement this interface.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
|
|
|
|||
Loading…
Reference in a new issue