Skip to content

Commit

Permalink
Added Summary for MusicListAstNode.Tune.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeerkens committed May 10, 2016
1 parent e077605 commit 130f42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QABCIronyParser/QabcAstNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public class QabcAstNode : AstNode<QabcAstContext>, IAstWorkNode<QabcAstContext>

/// <summary>TODO</summary>
public class MusicListAstNode : QabcAstNode {
public Tune<INote> Tune() {
/// <summary>TODO</summary>
public Tune<INote> Tune() {
EvaluateTree(Context);
return Context.Tune;
}
Expand Down

0 comments on commit 130f42c

Please sign in to comment.