Skip to content

Commit

Permalink
Commented Enum elements for Style Enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeerkens committed May 10, 2016
1 parent 8052fa6 commit 441efaa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Music/IMusicParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ public interface IPitch {
public enum Octave { _0, _1, _2, _3, _4, _5, _6, _7, _8 }
#pragma warning restore

/// <summary>TODO</summary>
/// <summary>Play styles</summary>
public enum Style {
/// <summary>TODO</summary>
/// <summary>Legato</summary>
L, // Legato
/// <summary>TODO</summary>
N, // Normal
/// <summary>TODO</summary>
S, // Staccato
/// <summary>Normal</summary>
N, // Normal
/// <summary>Staccato</summary>
S, // Staccato
}

/// <summary>TODO</summary>
Expand Down

0 comments on commit 441efaa

Please sign in to comment.