From 6739266267e035155a5f086eda823c250c62f539 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Sun, 2 Jan 2022 15:52:36 -0800
Subject: [PATCH] Add some missing File properties (due to a bug in jsdocs.js)

properties with a value of null were not being documented
---
 docs/jsobjs.html | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/docs/jsobjs.html b/docs/jsobjs.html
index d236374099..641d255abf 100644
--- a/docs/jsobjs.html
+++ b/docs/jsobjs.html
@@ -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
-- 
GitLab