diff options
author | sr55 <[email protected]> | 2013-08-17 20:38:18 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-08-17 20:38:18 +0000 |
commit | f319073778ba7f545a6c9d0a8dd07e3bf0e05aa8 (patch) | |
tree | 6fe7045222ed9a667e6c649b0808e49ae6d19ab0 /win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs | |
parent | cc66e149da034cffaa48284532eec7e5b7ca72e8 (diff) |
WinGui: General code tidyup
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5705 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs b/win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs index 43667557b..371ef128f 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/EnumHelper.cs @@ -129,9 +129,6 @@ namespace HandBrake.ApplicationServices.Utilities /// <param name="enumType">
/// The enum type.
/// </param>
- /// <typeparam name="T">
- /// The type of the enum
- /// </typeparam>
/// <returns>
/// A collection of strings that represent all the enum values
/// </returns>
@@ -149,9 +146,6 @@ namespace HandBrake.ApplicationServices.Utilities /// <param name="items">
/// The items.
/// </param>
- /// <typeparam name="T">
- /// The type of the enum
- /// </typeparam>
/// <returns>
/// A collection of strings that represent all the enum values
/// </returns>
|