Skip to content

Commit 770a591

Browse files
greenrobot-teamgreenrobot
authored andcommitted
Javadoc: add overview.
1 parent 8ca53f2 commit 770a591

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

objectbox-java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ task javadocForWeb(type: Javadoc) {
6363
destinationDir = file(javadocForWebDir)
6464

6565
title = "ObjectBox Java ${version} API"
66+
options.overview = "$projectDir/src/web/overview.html"
6667
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2020 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
6768

6869
doLast {

objectbox-java/src/web/overview.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<HTML>
2+
<BODY>
3+
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
4+
<p>
5+
Additional documentation is available at <a href="https://docs.objectbox.io">docs.objectbox.io</a>.
6+
</BODY>
7+
</HTML>

0 commit comments

Comments
 (0)