| Package | Description |
|---|---|
| com.manoelcampos.javadoc.coverage.stats |
Contains
DocStats classes
used to compute JavaDoc coverage statistics for Java elements such as
classes, interfaces, fields, methods, parameters, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDocStats
Computes statistics about the JavaDocs of a class, inner class, interface or enum
and its members, such as: fields, methods, constructors and annotations.
|
class |
ClassesDocStats
Computes JavaDoc coverage statistics for a list of classes.
|
class |
ClassMembersDocStats
Computes JavaDoc coverage statistics for specific type of members belonging to an owner.
|
class |
MethodDocStats
Computes JavaDoc coverage statistics for a method/constructor
and its members, such as: parameters and thrown exceptions.
|
class |
MethodExceptionsDocStats
Computes JavaDoc coverage statistics for the exceptions thrown by a specific method.
|
class |
MethodParamsDocStats
Computes JavaDoc coverage statistics for parameters from a specific method.
|
class |
MethodTagsDocStats
An abstract class to compute JavaDoc statistics for a set of tags
associated to a method/constructor, such as the
@param and @throws tags. |
class |
PackagesDocStats
Computes JavaDoc statistics for a set of packages.
|
Copyright © 2017 Manoel Campos da Silva Filho. All rights reserved.