Skip to content

Commit 765afe6

Browse files
committed
update docs
1 parent 7afd932 commit 765afe6

33 files changed

+261
-218
lines changed

allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:33 CST 2020 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:33 CST 2020 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:32 CST 2020 -->
66
<title>Constant Field Values</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:33 CST 2020 -->
66
<title>Deprecated List</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:33 CST 2020 -->
66
<title>API Help</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

index-all.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:33 CST 2020 -->
66
<title>Index</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -138,6 +138,14 @@ <h2 class="title">C</h2>
138138
</dd>
139139
<dt><span class="memberNameLink"><a href="org/json/CDL.html#CDL--">CDL()</a></span> - Constructor for class org.json.<a href="org/json/CDL.html" title="class in org.json">CDL</a></dt>
140140
<dd>&nbsp;</dd>
141+
<dt><span class="memberNameLink"><a href="org/json/JSONArray.html#clear--">clear()</a></span> - Method in class org.json.<a href="org/json/JSONArray.html" title="class in org.json">JSONArray</a></dt>
142+
<dd>
143+
<div class="block">Removes all of the elements from this JSONArray.</div>
144+
</dd>
145+
<dt><span class="memberNameLink"><a href="org/json/JSONObject.html#clear--">clear()</a></span> - Method in class org.json.<a href="org/json/JSONObject.html" title="class in org.json">JSONObject</a></dt>
146+
<dd>
147+
<div class="block">Removes all of the elements from this JSONObject.</div>
148+
</dd>
141149
<dt><span class="memberNameLink"><a href="org/json/XMLParserConfiguration.html#clone--">clone()</a></span> - Method in class org.json.<a href="org/json/XMLParserConfiguration.html" title="class in org.json">XMLParserConfiguration</a></dt>
142150
<dd>
143151
<div class="block">Provides a new instance of the same configuration.</div>

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:33 CST 2020 -->
66
<title>Generated Documentation (Untitled)</title>
77
<script type="text/javascript">
8-
targetPage = "" + window.location.search;
9-
if (targetPage != "" && targetPage != "undefined")
10-
targetPage = targetPage.substring(1);
11-
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
12-
targetPage = "undefined";
8+
tmpTargetPage = "" + window.location.search;
9+
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
10+
tmpTargetPage = tmpTargetPage.substring(1);
11+
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
12+
tmpTargetPage = "undefined";
13+
targetPage = tmpTargetPage;
1314
function validURL(url) {
1415
try {
1516
url = decodeURIComponent(url);

org/json/CDL.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:52 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:32 CST 2020 -->
66
<title>CDL</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../script.js"></script>
1010
</head>

org/json/Cookie.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:52 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:32 CST 2020 -->
66
<title>Cookie</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../script.js"></script>
1010
</head>

org/json/CookieList.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:52 CDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:32 CST 2020 -->
66
<title>CookieList</title>
7-
<meta name="date" content="2020-10-06">
7+
<meta name="date" content="2020-12-27">
88
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)