summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.ApplicationServices/Settings.StyleCop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-09-11 20:04:22 +0000
committersr55 <[email protected]>2010-09-11 20:04:22 +0000
commitf2629a7d079b7a20dd53b94b1dce8a7e112b3e32 (patch)
tree324b81c9ebdaaed5286637e67eb6e4690b90ca0d /win/C#/HandBrake.ApplicationServices/Settings.StyleCop
parent716a835052599eec774e1c0fb5be76e6a6ae3836 (diff)
WinGui:
- Title specific scan added to the File and Folder scan options which can be used for slow scanning bluray sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3515 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Settings.StyleCop')
-rw-r--r--win/C#/HandBrake.ApplicationServices/Settings.StyleCop15
1 files changed, 14 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Settings.StyleCop b/win/C#/HandBrake.ApplicationServices/Settings.StyleCop
index 7f55ce6c6..e61afbf69 100644
--- a/win/C#/HandBrake.ApplicationServices/Settings.StyleCop
+++ b/win/C#/HandBrake.ApplicationServices/Settings.StyleCop
@@ -1 +1,14 @@
-<StyleCopSettings Version="4.3" /> \ No newline at end of file
+<StyleCopSettings Version="4.3">
+ <Analyzers>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.DocumentationRules">
+ <Rules>
+ <Rule Name="ElementsMustBeDocumented">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">True</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ </Analyzers>
+</StyleCopSettings> \ No newline at end of file