Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
5cbdb404
Commit
5cbdb404
authored
Feb 03, 2022
by
Rob Swindell
💬
Browse files
JSDOC note to clarify that Archive() cannot be used to update an archive
parent
3c778dae
Pipeline
#2659
passed with stage
in 9 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/sbbs3/js_archive.c
src/sbbs3/js_archive.c
+2
-1
No files found.
src/sbbs3/js_archive.c
View file @
5cbdb404
...
...
@@ -614,7 +614,8 @@ js_archive_constructor(JSContext *cx, uintN argc, jsval *arglist)
}
#ifdef BUILD_JSDOCS
js_DescribeSyncObject
(
cx
,
obj
,
"Class used for opening, creating, reading, or writing archive files on the local file system"
js_DescribeSyncObject
(
cx
,
obj
,
"Class used for creating, reading, or extracting archive files on the local file system<br>"
"Note: cannot be used to update (e.g. add/remove/replace files in) an existing archive."
,
31900
);
js_DescribeSyncConstructor
(
cx
,
obj
,
"To create a new Archive object: <tt>var a = new Archive(<i>filename</i>)</tt>"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment