Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
fb1ce29d
Commit
fb1ce29d
authored
1 year ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix href anchor links in JSDOCS
parent
14ad4003
No related branches found
No related tags found
No related merge requests found
Pipeline
#5797
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/js_client.c
+1
-1
1 addition, 1 deletion
src/sbbs3/js_client.c
src/sbbs3/js_system.c
+1
-1
1 addition, 1 deletion
src/sbbs3/js_system.c
with
2 additions
and
2 deletions
src/sbbs3/js_client.c
+
1
−
1
View file @
fb1ce29d
...
...
@@ -45,7 +45,7 @@ static const char* client_prop_desc[] = {
,
"User's number (non-zero if logged in)"
/* 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
};
#endif
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/js_system.c
+
1
−
1
View file @
fb1ce29d
...
...
@@ -2291,7 +2291,7 @@ static jsSyncMethodSpec js_system_functions[] = {
},
{
"newuser"
,
js_new_user
,
1
,
JSTYPE_ALIAS
},
{
"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"
)
,
310
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment