Skip to content

Commit 29071df

Browse files
committed
publish docs
1 parent 50b2f90 commit 29071df

23 files changed

Lines changed: 203 additions & 113 deletions

docs/allclasses-frame.html

Lines changed: 3 additions & 3 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_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>All Classes (hjson 2.1.0 API)</title>
7-
<meta name="date" content="2016-09-19">
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>All Classes (hjson 3.0.0 API)</title>
7+
<meta name="date" content="2017-07-14">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/allclasses-noframe.html

Lines changed: 3 additions & 3 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_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>All Classes (hjson 2.1.0 API)</title>
7-
<meta name="date" content="2016-09-19">
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>All Classes (hjson 3.0.0 API)</title>
7+
<meta name="date" content="2017-07-14">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>Constant Field Values (hjson 2.1.0 API)</title>
7-
<meta name="date" content="2016-09-19">
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>Constant Field Values (hjson 3.0.0 API)</title>
7+
<meta name="date" content="2017-07-14">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Constant Field Values (hjson 2.1.0 API)";
15+
parent.document.title="Constant Field Values (hjson 3.0.0 API)";
1616
}
1717
}
1818
catch(err) {

docs/deprecated-list.html

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>Deprecated List (hjson 2.1.0 API)</title>
7-
<meta name="date" content="2016-09-19">
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>Deprecated List (hjson 3.0.0 API)</title>
7+
<meta name="date" content="2017-07-14">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Deprecated List (hjson 2.1.0 API)";
15+
parent.document.title="Deprecated List (hjson 3.0.0 API)";
1616
}
1717
}
1818
catch(err) {
@@ -70,6 +70,35 @@
7070
<div class="header">
7171
<h1 title="Deprecated API" class="title">Deprecated API</h1>
7272
<h2 title="Contents">Contents</h2>
73+
<ul>
74+
<li><a href="#method">Deprecated Methods</a></li>
75+
</ul>
76+
</div>
77+
<div class="contentContainer"><a name="method">
78+
<!-- -->
79+
</a>
80+
<ul class="blockList">
81+
<li class="blockList">
82+
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
83+
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
84+
<tr>
85+
<th class="colOne" scope="col">Method and Description</th>
86+
</tr>
87+
<tbody>
88+
<tr class="altColor">
89+
<td class="colOne"><a href="org/hjson/HjsonOptions.html#getEmitRootBraces--">org.hjson.HjsonOptions.getEmitRootBraces()</a>
90+
<div class="block"><span class="deprecationComment">will always return true.</span></div>
91+
</td>
92+
</tr>
93+
<tr class="rowColor">
94+
<td class="colOne"><a href="org/hjson/HjsonOptions.html#setEmitRootBraces-boolean-">org.hjson.HjsonOptions.setEmitRootBraces(boolean)</a>
95+
<div class="block"><span class="deprecationComment">root braces are always emitted.</span></div>
96+
</td>
97+
</tr>
98+
</tbody>
99+
</table>
100+
</li>
101+
</ul>
73102
</div>
74103
<!-- ======= START OF BOTTOM NAVBAR ====== -->
75104
<div class="bottomNav"><a name="navbar.bottom">

docs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>API Help (hjson 2.1.0 API)</title>
7-
<meta name="date" content="2016-09-19">
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>API Help (hjson 3.0.0 API)</title>
7+
<meta name="date" content="2017-07-14">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="API Help (hjson 2.1.0 API)";
15+
parent.document.title="API Help (hjson 3.0.0 API)";
1616
}
1717
}
1818
catch(err) {

docs/index-all.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>Index (hjson 2.1.0 API)</title>
7-
<meta name="date" content="2016-09-19">
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>Index (hjson 3.0.0 API)</title>
7+
<meta name="date" content="2017-07-14">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Index (hjson 2.1.0 API)";
15+
parent.document.title="Index (hjson 3.0.0 API)";
1616
}
1717
}
1818
catch(err) {
@@ -249,7 +249,9 @@ <h2 class="title">G</h2>
249249
</dd>
250250
<dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#getEmitRootBraces--">getEmitRootBraces()</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt>
251251
<dd>
252-
<div class="block">Detects whether root braces should be emitted.</div>
252+
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
253+
<div class="block"><span class="deprecationComment">will always return true.</span></div>
254+
</div>
253255
</dd>
254256
<dt><span class="memberNameLink"><a href="org/hjson/JsonValue.html#getEol--">getEol()</a></span> - Static method in class org.hjson.<a href="org/hjson/JsonValue.html" title="class in org.hjson">JsonValue</a></dt>
255257
<dd>
@@ -283,6 +285,10 @@ <h2 class="title">G</h2>
283285
<dd>
284286
<div class="block">Returns the absolute index of the character at which the error occurred.</div>
285287
</dd>
288+
<dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#getParseLegacyRoot--">getParseLegacyRoot()</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt>
289+
<dd>
290+
<div class="block">Detects whether objects without root braces are supported.</div>
291+
</dd>
286292
<dt><span class="memberNameLink"><a href="org/hjson/JsonObject.html#getString-java.lang.String-java.lang.String-">getString(String, String)</a></span> - Method in class org.hjson.<a href="org/hjson/JsonObject.html" title="class in org.hjson">JsonObject</a></dt>
287293
<dd>
288294
<div class="block">Returns the <code>String</code> value of the member with the specified name in this object.</div>
@@ -596,12 +602,18 @@ <h2 class="title">S</h2>
596602
</dd>
597603
<dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#setEmitRootBraces-boolean-">setEmitRootBraces(boolean)</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt>
598604
<dd>
599-
<div class="block">Sets whether root braces should be emitted.</div>
605+
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
606+
<div class="block"><span class="deprecationComment">root braces are always emitted.</span></div>
607+
</div>
600608
</dd>
601609
<dt><span class="memberNameLink"><a href="org/hjson/JsonValue.html#setEol-java.lang.String-">setEol(String)</a></span> - Static method in class org.hjson.<a href="org/hjson/JsonValue.html" title="class in org.hjson">JsonValue</a></dt>
602610
<dd>
603611
<div class="block">Sets the newline charater(s).</div>
604612
</dd>
613+
<dt><span class="memberNameLink"><a href="org/hjson/HjsonOptions.html#setParseLegacyRoot-boolean-">setParseLegacyRoot(boolean)</a></span> - Method in class org.hjson.<a href="org/hjson/HjsonOptions.html" title="class in org.hjson">HjsonOptions</a></dt>
614+
<dd>
615+
<div class="block">Sets whether root braces should be emitted.</div>
616+
</dd>
605617
<dt><span class="memberNameLink"><a href="org/hjson/JsonArray.html#size--">size()</a></span> - Method in class org.hjson.<a href="org/hjson/JsonArray.html" title="class in org.hjson">JsonArray</a></dt>
606618
<dd>
607619
<div class="block">Returns the number of elements in this array.</div>

docs/index.html

Lines changed: 8 additions & 7 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_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>hjson 2.1.0 API</title>
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>hjson 3.0.0 API</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);

docs/org/hjson/HjsonDsf.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_45) on Mon Sep 19 22:42:08 CEST 2016 -->
6-
<title>HjsonDsf (hjson 2.1.0 API)</title>
7-
<meta name="date" content="2016-09-19">
5+
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 14 23:53:11 CEST 2017 -->
6+
<title>HjsonDsf (hjson 3.0.0 API)</title>
7+
<meta name="date" content="2017-07-14">
88
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="HjsonDsf (hjson 2.1.0 API)";
15+
parent.document.title="HjsonDsf (hjson 3.0.0 API)";
1616
}
1717
}
1818
catch(err) {

0 commit comments

Comments
 (0)