diff options
author | sr55 <[email protected]> | 2010-06-04 21:19:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-06-04 21:19:13 +0000 |
commit | 6874e9ed1779e1c7813d8b356c1fe9d716d545e1 (patch) | |
tree | 6e5b8ba1066aa029e7785ede6d6b3f538b143a5c /win/C#/interop/SourceData/Chapter.cs | |
parent | b53def77923e7fad2f405a07e23f21dbdcc231da (diff) |
WinGui:
#interop
- Missing documentation headers + stylecop tweaks / cleanup
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3356 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/SourceData/Chapter.cs')
-rw-r--r-- | win/C#/interop/SourceData/Chapter.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/interop/SourceData/Chapter.cs b/win/C#/interop/SourceData/Chapter.cs index a5a0b8151..0c3077f7d 100644 --- a/win/C#/interop/SourceData/Chapter.cs +++ b/win/C#/interop/SourceData/Chapter.cs @@ -17,12 +17,12 @@ namespace HandBrake.Interop.SourceData public class Chapter
{
/// <summary>
- /// The number of this Chapter, in regards to its parent Title
+ /// Gets or sets the number of this Chapter, in regards to its parent Title
/// </summary>
public int ChapterNumber { get; set; }
/// <summary>
- /// The length in time this Chapter spans
+ /// Gets or sets the length in time this Chapter spans
/// </summary>
public TimeSpan Duration { get; set; }
|