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

Remove extraneous <p> tag (copied from js_file.c no doubt)

parent d319582d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2542 passed
......@@ -605,7 +605,7 @@ 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<p>"
js_DescribeSyncObject(cx,obj,"Class used for opening, creating, reading, or writing archive files on the local file system"
,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