summaryrefslogtreecommitdiffstats
path: root/src/marks.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
commitf5959f99d723630c9efaaa30a1209316064f9158 (patch)
treed91369c0e31ad8eac4104a02b27608b968444386 /src/marks.h
parentcc90329962d76e1103aa43653993cf2f01c5038b (diff)
cleaned comments
Diffstat (limited to 'src/marks.h')
-rw-r--r--src/marks.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/marks.h b/src/marks.h
index 7318819..95f778f 100644
--- a/src/marks.h
+++ b/src/marks.h
@@ -1,8 +1,10 @@
#include "range.h"
-// struct mark
-// row and col -1 indicates the node represents
-// a mark of a range of cells rather than a mark of just one cell
+/*
+ * struct mark
+ * row and col -1 indicates the node represents
+ * a mark of a range of cells rather than a mark of just one cell
+ */
struct mark {
int row;
int col;