Skip to content
Snippets Groups Projects
Commit 5e8b936c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Clarify in docs that grp/sub/lib/dir numbering is zero-based

parent 9ab258d0
No related branches found
No related tags found
No related merge requests found
Pipeline #6906 passed
......@@ -34,7 +34,7 @@ static const char* file_area_prop_desc[] = {
static const char* lib_prop_desc[] = {
"Index into lib_list array (or -1 if not in array)"
,"Unique number for this library"
,"Unique (zero-based) number for this library"
,"Name"
,"Description"
,"Access requirements"
......@@ -47,7 +47,7 @@ static const char* lib_prop_desc[] = {
static const char* dir_prop_desc[] = {
"Index into dir_list array (or -1 if not in array)"
,"Unique number for this directory"
,"Unique (zero-based) number for this directory"
,"Library index"
,"Library number"
,"Library name"
......
......@@ -34,7 +34,7 @@ static const char* msg_area_prop_desc[] = {
static const char* msg_grp_prop_desc[] = {
"Index into grp_list array (or -1 if not in array)"
,"Unique number for this message group"
,"Unique (zero-based) number for this message group"
,"Group name"
,"Group description"
,"Group access requirements"
......@@ -47,7 +47,7 @@ static const char* msg_sub_prop_desc[] = {
"Index into sub_list array (or -1 if not in array)</i>"
,"Group's index into grp_list array</i>"
,"Unique number for this sub-board"
,"Unique (zero-based) number for this sub-board"
,"Group number"
,"Group name</i>"
,"Sub-board internal code"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment