Skip to content

Commit f33fe5e

Browse files
author
Javen
committed
Add javadoc overview and package desc (simple yet)
1 parent ac9f4e6 commit f33fe5e

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jpush-client</artifactId>
6-
<version>3.1.0-SNAPSHOT</version>
6+
<version>3.1.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jpush-api-java-client</url>
99
<name>JPush API Java Client</name>
@@ -147,6 +147,9 @@
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-javadoc-plugin</artifactId>
149149
<version>2.9.1</version>
150+
<configuration>
151+
<overview>resources/javadoc-overview.html</overview>
152+
</configuration>
150153
</plugin>
151154
</plugins>
152155
</reporting>

resources/javadoc-overview.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>JPush Client</title>
4+
</head>
5+
<body>
6+
JPush API Java 客户端。
7+
8+
主要分为 2 个功能部分:推送、报表。
9+
</body>
10+
</html>

src/cn/jpush/api/push/package.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title></title>
4+
</head>
5+
<body>
6+
推送功能。
7+
8+
基于 JSON 来拼装 Payload。
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)