10000 http: Add javadoc overview description · khggang/google-http-java-client@a302a0d · GitHub
[go: up one dir, main page]

Skip to content

Commit a302a0d

Browse files
committed
http: Add javadoc overview description
https://codereview.appspot.com/13574043/
1 parent 8f046dc commit a302a0d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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+
Written by Google, the <a href="https://code.google.com/p/google-http-java-client/">
4+
google-http-java-client</a> library is a flexible, efficient, and powerful Java
5+
client library for accessing any resource on the web via HTTP.
6+
</body>
7+
</html>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@
472472
</links>
473473
<doctitle>Google HTTP Client Library for Java ${project.version}</doctitle>
474474
<excludePackageNames>com.google.api.client.findbugs:com.google.api.client.test</excludePackageNames>
475+
<overview>${basedir}/overview.html</overview>
475476
<groups>
476477
<group>
477478
<title>google-http-client</title>

0 commit comments

Comments
 (0)
0