Skip to content
Snippets Groups Projects
Commit 29f1498a authored by deuce's avatar deuce
Browse files

Some doc cleanup.

parent 9cca504f
No related branches found
No related tags found
No related merge requests found
......@@ -403,9 +403,9 @@ fprintf(stderr, "Name: %s, opts: %02x\n", p->name, opts);
#ifdef BUILD_JSDOCS
js_DescribeSyncObject(cx,obj,"Class used for storing CryptContext keys",31601);
js_DescribeSyncConstructor(cx,obj,"To create a new CryptKeyset object: "
"var c = new CryptKeyset('<i>filename</i>' [ <i>opts = CryptKeyset.KEYOPT.NONE</i> ])</tt><br>"
"where <i>filename</i> is the name of the file to create, and <i>opts</i>"
"is a value from from CryptKeyset.KEYOPT"
"var c = new CryptKeyset('<i>filename</i>' [ <i>opts = CryptKeyset.KEYOPT.NONE</i> ])</tt><br> "
"where <i>filename</i> is the name of the file to create, and <i>opts</i> "
"is a value from CryptKeyset.KEYOPT"
);
js_CreateArrayOfStrings(cx, obj, "_property_desc_list", cryptkeyset_prop_desc, JSPROP_READONLY);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment