mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Code quality changes [skip ci]
This commit is contained in:
parent
61cfe004c5
commit
798ca503a5
108 changed files with 1981 additions and 2258 deletions
|
@ -75,7 +75,7 @@ namespace Greenshot.Helpers {
|
|||
/// <summary>
|
||||
/// Method to get all the destinations from the plugins
|
||||
/// </summary>
|
||||
/// <returns>List<IDestination></returns>
|
||||
/// <returns>List of IDestination</returns>
|
||||
private static List<IDestination> GetPluginDestinations() {
|
||||
List<IDestination> destinations = new List<IDestination>();
|
||||
foreach (PluginAttribute pluginAttribute in PluginHelper.Instance.Plugins.Keys) {
|
||||
|
@ -130,6 +130,7 @@ namespace Greenshot.Helpers {
|
|||
/// <summary>
|
||||
/// A simple helper method which will call ExportCapture for the destination with the specified designation
|
||||
/// </summary>
|
||||
/// <param name="manuallyInitiated"></param>
|
||||
/// <param name="designation"></param>
|
||||
/// <param name="surface"></param>
|
||||
/// <param name="captureDetails"></param>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue