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

Fix JSDOC property descriptions

Add some missing descriptions, fix the order of others.
parent 1f86e81c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3936 passed
......@@ -1849,6 +1849,8 @@ static char* filebase_sort_prop_desc[] = {
"Filename descending, case sensitive sort order",
"Import date/time ascending sort order",
"Import date/time descending sort order",
"File size in bytes, ascending sort order",
"File size in bytes, descending sort order",
NULL
};
#endif
......
......@@ -223,11 +223,6 @@ static char* prop_desc[] = {
,"Option flags - <small>READ ONLY</small>"
,"Do callbacks after script finishes running"
/* New properties go here... */
,"Full path and filename of JS file executed"
,"JS filename executed (with no path)"
,"Directory of executed JS file"
,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started"
,"Global scope for this script"
,"load() search path array.<br>For relative load paths (e.g. not beginning with '/' or '\\'), "
"the path is assumed to be a sub-directory of the (configurable) mods or exec directories "
"and is searched accordingly. "
......@@ -236,6 +231,11 @@ static char* prop_desc[] = {
"exec/load/somefile.js<br>"
"mods/somefile.js<br>"
"exec/somefile.js<br>"
,"Full path and filename of JS file executed"
,"JS filename executed (with no path)"
,"Directory of executed JS file"
,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started"
,"Global scope for this script"
,NULL
};
#endif
......
......@@ -484,6 +484,7 @@ static char* sys_prop_desc[] = {
,"Operator is available for chat"
,"System QWK-ID (for QWK packets)"
,"Settings bitfield (see <tt>SYS_*</tt> in <tt>sbbsdefs.js</tt> for bit definitions)"
,"Login control settings bitfield (see <tt>LOGIN_*</tt> in <tt>sbbsdefs.js</tt> for bit definitions)"
,"Internet address (host or domain name)"
,"Location (city, state)"
,"Timezone (use <i>system.zonestr()</i> to get string representation)"
......
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