summaryrefslogtreecommitdiffstats
path: root/src/sp-marker-loc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-marker-loc.h')
-rw-r--r--src/sp-marker-loc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-marker-loc.h b/src/sp-marker-loc.h
index 98cab3746..b6877e5aa 100644
--- a/src/sp-marker-loc.h
+++ b/src/sp-marker-loc.h
@@ -5,6 +5,8 @@
* These enums are to allow us to have 4-element arrays that represent a set of marker locations
* (all, start, mid, and end). This allows us to iterate through the array in places where we need
* to do a process across all of the markers, instead of separate code stanzas for each.
+ *
+ * IMPORTANT: the code assumes that the locations have the values as written below! so don't change the values!!!
*/
enum SPMarkerLoc {
SP_MARKER_LOC = 0,