Skip to content
Snippets Groups Projects
Commit 57050b57 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 7c450f0f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment