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

JSDOC note to clarify that Archive() cannot be used to update an archive

parent 3c778dae
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2659 passed
......@@ -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>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment