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

Add some missing File properties (due to a bug in jsdocs.js)

properties with a value of null were not being documented
parent c32542f4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -11,7 +11,7 @@
<body>
<font face=arial,helvetica>
<h1>Synchronet JavaScript Object Model Reference</h1>
Generated for <b>Synchronet v3.19b</b>, compiled Jan 1 2022 23:46
Generated for <b>Synchronet v3.19b</b>, compiled Jan 2 2022 15:24
<br><font size=-1>
Property and Method version numbers (when available) indicate the Synchronet version when the item was added or modified.
</font>
......@@ -3880,6 +3880,21 @@ Property and Method version numbers (when available) indicate the Synchronet ver
<tr valign=top><td><b>ini_key_len</b><td>number
<td>3.17
<td>ini style: minimum key length (for left-justified white-space padded keys)
<tr valign=top><td><b>ini_key_prefix</b><td>object
<td>3.17
<td>ini style: key prefix (e.g. '\t', null = default prefix)
<tr valign=top><td><b>ini_section_separator</b><td>object
<td>3.17
<td>ini style: section separator (e.g. '\n', null = default separator)
<tr valign=top><td><b>ini_value_separator</b><td>object
<td>3.17
<td>ini style: value separator (e.g. ' = ', null = default separator)
<tr valign=top><td><b>ini_bit_separator</b><td>object
<td>3.17
<td>ini style: bit separator (e.g. ' | ', null = default separator)
<tr valign=top><td><b>ini_literal_separator</b><td>object
<td>3.17
<td>ini style: literal separator (null = default separator)
</table>
<h2><a name=Archive_class>Archive class</a>
<br><font size=-1>Class used for opening, creating, reading, or writing archive files on the local file system</font>
......@@ -5979,4 +5994,4 @@ Property and Method version numbers (when available) indicate the Synchronet ver
<tr valign=top><td><b>CMS_SPCOPUSINFO_URL</b><td>number
</table>
<p><small>
Totals: 1374 properties, 462 methods
Totals: 1379 properties, 462 methods
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment