* Upgraded APIviz 1.2.5.GA
* Replaced the package diagram with the overview.html
This commit is contained in:
parent
4691c5e240
commit
10cc5c6384
8
pom.xml
8
pom.xml
@ -242,7 +242,7 @@
|
||||
<docletArtifact>
|
||||
<groupId>org.jboss.apiviz</groupId>
|
||||
<artifactId>apiviz</artifactId>
|
||||
<version>1.2.4.GA</version>
|
||||
<version>1.2.5.GA</version>
|
||||
</docletArtifact>
|
||||
<aggregate>true</aggregate>
|
||||
<attach>false</attach>
|
||||
@ -250,6 +250,7 @@
|
||||
-d ${project.build.directory}/api
|
||||
-charset UTF-8
|
||||
-docencoding UTF-8
|
||||
-overview ${basedir}/src/javadoc/overview.html
|
||||
-version
|
||||
-author
|
||||
-breakiterator
|
||||
@ -258,10 +259,11 @@
|
||||
-bottom "Copyright © ${project.inceptionYear}-Present ${project.organization.name}. All Rights Reserved."
|
||||
-link http://java.sun.com/javase/6/docs/api/
|
||||
-group "Low-level data representation" ${project.groupId}.buffer*
|
||||
-group "Central interface for all I/O operations" ${project.groupId}.channel*
|
||||
-group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap*:${project.groupId}.group*
|
||||
-group "Central interface for all I/O operations" ${project.groupId}.channel*:${project.groupId}.group*
|
||||
-group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap*
|
||||
-group "Reusable I/O event interceptors" ${project.groupId}.handler*
|
||||
-group "Miscellaneous" ${project.groupId}.logging*
|
||||
-nopackagediagram
|
||||
-sourceclasspath ${project.build.outputDirectory}
|
||||
</additionalparam>
|
||||
<encoding>UTF-8</encoding>
|
||||
|
8
src/javadoc/overview.html
Normal file
8
src/javadoc/overview.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>The Netty Project API Reference</title>
|
||||
</head>
|
||||
<body>
|
||||
<p style="text-align: justify;"><a href="http://www.jboss.org/netty/" target="_top"><em>The Netty project</em></a> is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP/IP socket server.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user