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

Fix href anchor links in JSDOCS

parent 14ad4003
No related branches found
No related tags found
No related merge requests found
Pipeline #5797 passed
...@@ -45,7 +45,7 @@ static const char* client_prop_desc[] = { ...@@ -45,7 +45,7 @@ static const char* client_prop_desc[] = {
,"User's number (non-zero if logged in)" ,"User's number (non-zero if logged in)"
/* this next one must be last */ /* this next one must be last */
,"Instance of <a href=#Socket>Socket class</a> representing client's TCP/IP connection" ,"Instance of <a href=#Socket_class>Socket class</a> representing client's TCP/IP connection"
,NULL ,NULL
}; };
#endif #endif
......
...@@ -2291,7 +2291,7 @@ static jsSyncMethodSpec js_system_functions[] = { ...@@ -2291,7 +2291,7 @@ static jsSyncMethodSpec js_system_functions[] = {
}, },
{"newuser", js_new_user, 1, JSTYPE_ALIAS }, {"newuser", js_new_user, 1, JSTYPE_ALIAS },
{"new_user", js_new_user, 1, JSTYPE_OBJECT, JSDOCSTR("name/alias [,client object]") {"new_user", js_new_user, 1, JSTYPE_OBJECT, JSDOCSTR("name/alias [,client object]")
,JSDOCSTR("Create a new user record, returns a new <a href=#User>User</a> object representing the new user account, on success.<br>" ,JSDOCSTR("Create a new user record, returns a new <a href=#User_object>User object</a> representing the new user account, on success.<br>"
"returns an numeric error code on failure") "returns an numeric error code on failure")
,310 ,310
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment