Add package-info and overview.html for enhanced Javadoc output

This commit is contained in:
2018-03-25 14:37:57 +02:00
parent ffa8af2d5d
commit d12c585083
6 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>API Overview</title>
</head>
<body>
<p>Java client for URA based public transport APIs.</p>
<p>
This client allows to simply connect any Java application to the public transport API to implement a monitor for the
local bus station or any other custom queries. API versions 1.x and 2.x are supported.
</p>
</body>
</html>