diff options
author | sr55 <[email protected]> | 2010-07-25 14:59:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-25 14:59:19 +0000 |
commit | fe6f44ed88e1d69d7e67738d7c10589a19f60568 (patch) | |
tree | 610fdbf28fe94d29e108de0b4eb64cdf9ce614bb /win/C#/HandBrake.ApplicationServices/Services/Queue.cs | |
parent | 422ce524afd6b470150a211ee6891af670af1db5 (diff) |
WinGui:
- Cleanup stylecop warnings. Import new stylecop for resharper settings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3459 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Services/Queue.cs')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Services/Queue.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Services/Queue.cs b/win/C#/HandBrake.ApplicationServices/Services/Queue.cs index 59c084f1c..7500dfec3 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/Queue.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/Queue.cs @@ -252,7 +252,12 @@ namespace HandBrake.ApplicationServices.Services /// <summary>
/// Writes the current state of the queue in the form of a batch (.bat) file.
/// </summary>
- /// <param name="file">The location of the file to write the batch file to.</param>
+ /// <param name="file">
+ /// The location of the file to write the batch file to.
+ /// </param>
+ /// <returns>
+ /// The write batch script to file.
+ /// </returns>
public bool WriteBatchScriptToFile(string file)
{
string queries = string.Empty;
|