Skip to content

Commit 2334473

Browse files
committed
Added first JavaDocs
1 parent 510ba5a commit 2334473

38 files changed

+9730
-1
lines changed

docs/allclasses-frame.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="de">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0_221) on Thu Oct 17 17:06:14 CEST 2019 -->
6+
<title>All Classes (CodeBottle API 0.1.0 API)</title>
7+
<meta name="date" content="2019-10-17">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<h1 class="bar">All&nbsp;Classes</h1>
13+
<div class="indexContainer">
14+
<ul>
15+
<li><a href="io/codebottle/api/model/AbstractEntity.html" title="class in io.codebottle.api.model" target="classFrame">AbstractEntity</a></li>
16+
<li><a href="io/codebottle/api/model/Category.html" title="class in io.codebottle.api.model" target="classFrame">Category</a></li>
17+
<li><a href="io/codebottle/api/CodeBottle.html" title="class in io.codebottle.api" target="classFrame">CodeBottle</a></li>
18+
<li><a href="io/codebottle/api/rest/CodeBottleRequest.html" title="class in io.codebottle.api.rest" target="classFrame">CodeBottleRequest</a></li>
19+
<li><a href="io/codebottle/api/rest/Endpoint.html" title="enum in io.codebottle.api.rest" target="classFrame">Endpoint</a></li>
20+
<li><a href="io/codebottle/api/rest/HTTPCodes.html" title="class in io.codebottle.api.rest" target="classFrame">HTTPCodes</a></li>
21+
<li><a href="io/codebottle/api/model/Language.html" title="class in io.codebottle.api.model" target="classFrame">Language</a></li>
22+
<li><a href="io/codebottle/api/rest/Method.html" title="enum in io.codebottle.api.rest" target="classFrame">Method</a></li>
23+
<li><a href="io/codebottle/api/model/Snippet.html" title="class in io.codebottle.api.model" target="classFrame">Snippet</a></li>
24+
<li><a href="io/codebottle/api/model/Snippet.Revision.html" title="class in io.codebottle.api.model" target="classFrame">Snippet.Revision</a></li>
25+
<li><a href="io/codebottle/api/rest/exception/UnexpectedStatusCodeException.html" title="class in io.codebottle.api.rest.exception" target="classFrame">UnexpectedStatusCodeException</a></li>
26+
</ul>
27+
</div>
28+
</body>
29+
</html>

docs/allclasses-noframe.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="de">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0_221) on Thu Oct 17 17:06:14 CEST 2019 -->
6+
<title>All Classes (CodeBottle API 0.1.0 API)</title>
7+
<meta name="date" content="2019-10-17">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<h1 class="bar">All&nbsp;Classes</h1>
13+
<div class="indexContainer">
14+
<ul>
15+
<li><a href="io/codebottle/api/model/AbstractEntity.html" title="class in io.codebottle.api.model">AbstractEntity</a></li>
16+
<li><a href="io/codebottle/api/model/Category.html" title="class in io.codebottle.api.model">Category</a></li>
17+
<li><a href="io/codebottle/api/CodeBottle.html" title="class in io.codebottle.api">CodeBottle</a></li>
18+
<li><a href="io/codebottle/api/rest/CodeBottleRequest.html" title="class in io.codebottle.api.rest">CodeBottleRequest</a></li>
19+
<li><a href="io/codebottle/api/rest/Endpoint.html" title="enum in io.codebottle.api.rest">Endpoint</a></li>
20+
<li><a href="io/codebottle/api/rest/HTTPCodes.html" title="class in io.codebottle.api.rest">HTTPCodes</a></li>
21+
<li><a href="io/codebottle/api/model/Language.html" title="class in io.codebottle.api.model">Language</a></li>
22+
<li><a href="io/codebottle/api/rest/Method.html" title="enum in io.codebottle.api.rest">Method</a></li>
23+
<li><a href="io/codebottle/api/model/Snippet.html" title="class in io.codebottle.api.model">Snippet</a></li>
24+
<li><a href="io/codebottle/api/model/Snippet.Revision.html" title="class in io.codebottle.api.model">Snippet.Revision</a></li>
25+
<li><a href="io/codebottle/api/rest/exception/UnexpectedStatusCodeException.html" title="class in io.codebottle.api.rest.exception">UnexpectedStatusCodeException</a></li>
26+
</ul>
27+
</div>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)