* Upgraded APIviz 1.2.5.GA

* Replaced the package diagram with the overview.html
This commit is contained in:
Trustin Lee 2008-12-03 10:08:43 +00:00
parent 4691c5e240
commit 10cc5c6384
2 changed files with 13 additions and 3 deletions

View File

@ -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 &amp; 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 &amp; 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>

View 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&#46; 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&#46; It greatly simplifies and streamlines network programming such as TCP/IP socket server&#46;</p>
</body>
</html>