fixed issue with doc comment

master
Allen Webster 2017-02-27 09:15:36 -05:00
parent aa0d6cc7c7
commit 27442c4322
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ DOC_SEE(buffer_add_markers)
STRUCT Marker{
/* DOC(The current position of the marker measure in absolute byte positioning coordinates.) */
int32_t pos;
/* DOC(When a marker is inside a range that gets edited, by default the marker 'leans_left' which means it goes to the beginning of the edited range. If the field lean_right is set to true, the marker will lean right with edits and will go to the end of edited range.*/
/* DOC(When a marker is inside a range that gets edited, by default the marker 'leans_left' which means it goes to the beginning of the edited range. If the field lean_right is set to true, the marker will lean right with edits and will go to the end of edited range.) */
bool32 lean_right;
};