Added a Javadoc group for the container package

This commit is contained in:
Trustin Lee 2009-01-12 11:47:41 +00:00
parent 9f37748b63
commit 93cdc6562f

View File

@ -355,6 +355,7 @@
-group "Central interface for all I/O operations" ${project.groupId}.channel*
-group "Client & Server bootstrapping utilities" ${project.groupId}.bootstrap*
-group "Reusable I/O event interceptors" ${project.groupId}.handler*
-group "IoC (Dependency Injection) container integration" ${project.groupId}.container*
-group "Miscellaneous" ${project.groupId}.logging*
-nopackagediagram
-sourceclasspath ${project.build.outputDirectory}