Skip to content

Commit a86b492

Browse files
committed
api Issue 795: Add javadoc overview description with link to HTTP & OAuth projects
https://codereview.appspot.com/13401049/
1 parent 23587f3 commit a86b492

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

overview.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<html>
2+
<body>
3+
Written by Google, the <a href="https://code.google.com/p/google-api-java-client/">
4+
google-api-java-client</a> library is an easy-to-use and efficient Java client library for
5+
accessing Google APIs using JSON and OAuth 2.0.
6+
7+
<p>
8+
This library is built on top of two common libraries, also built by Google, but designed to
9+
work with any HTTP service on the web: the Google HTTP Client Library for Java and the Google
10+
OAuth Client Library for Java.
11+
@see <a href="http://javadoc.google-http-java-client.googlecode.com/hg/index.html">
12+
Google HTTP Java Client Library Javadoc</a>
13+
@see <a href="http://javadoc.google-oauth-java-client.googlecode.com/hg/index.html">
14+
Google OAuth Java Client Library Javadoc</a>
15+
</p>
16+
</body>
17+
</html>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
<link>http://javadoc.google-oauth-java-client.googlecode.com/hg/${project.oauth.version}</link>
466466
</links>
467467
<doctitle>Google API Client Library for Java ${project.version}</doctitle>
468+
<overview>${basedir}/overview.html</overview>
468469
<groups>
469470
<group>
470471
<title>google-api-client</title>

0 commit comments

Comments
 (0)