Browse Source

cmScore.h : Documented varlues of kXXXVarScId's

master
kevin 6 years ago
parent
commit
4cb13a7cc3
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      app/cmScore.h

+ 5
- 5
app/cmScore.h View File

@@ -57,11 +57,11 @@ extern "C" {
57 57
   // cmScoreSection_t.vars[].
58 58
   enum
59 59
   {
60
-    kInvalidVarScId,
61
-    kEvenVarScId,
62
-    kDynVarScId,
63
-    kTempoVarScId,
64
-    kScVarCnt
60
+    kInvalidVarScId, // 0
61
+    kEvenVarScId,    // 1
62
+    kDynVarScId,     // 2
63
+    kTempoVarScId,   // 3
64
+    kScVarCnt       
65 65
   };
66 66
 
67 67
   struct cmScoreLoc_str;

Loading…
Cancel
Save