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