aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/javadoc/overview.html
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2010-10-15 11:21:42 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2010-10-15 11:21:42 +0000
commitbb18678e1149389693c6051e9c3e5b8e6a5cd164 (patch)
treec1e738f24e121492befae6920d50d0ca5908fc97 /org.jacoco.doc/javadoc/overview.html
parent8365e5e16da12b592e560b0c340e7190f18fd6ca (diff)
downloadjacoco-bb18678e1149389693c6051e9c3e5b8e6a5cd164.tar.gz
Rename implementation packages to 'internal' and exclude them from generated JavaDoc. User Java 5 style package-info.java instead of package.html.
Diffstat (limited to 'org.jacoco.doc/javadoc/overview.html')
-rw-r--r--org.jacoco.doc/javadoc/overview.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.jacoco.doc/javadoc/overview.html b/org.jacoco.doc/javadoc/overview.html
index 951a2e4e..9538a834 100644
--- a/org.jacoco.doc/javadoc/overview.html
+++ b/org.jacoco.doc/javadoc/overview.html
@@ -2,15 +2,15 @@
<body>
<p>
- This is the public JaCoCo API that can be used for tool integration. JaCoCo is
+ This is the public JaCoCo API that can be used for integration. JaCoCo is
packed as several bundles. While the bundles formally fulfill the OSGi
specification, there is no dependency on OSGi. They can also be used as
regular JARs in your classpath.
</p>
-<h2>org.jacoco.core</h2>
+<h2>Bundle org.jacoco.core</h2>
-</p>
+<p>
The core bundle implements the code coverage technology itself. It
provides APIs and implementation for
</p>
@@ -21,14 +21,14 @@
<li>calculating and storing coverage data.</li>
</ul>
-<h2>org.jacoco.agent</h2>
+<h2>Bundle org.jacoco.agent</h2>
<p>
Provides the runtime Java agent (JAR file) as a resource.
</p>
-<h2>org.jacoco.report</h2>
+<h2>Bundle org.jacoco.report</h2>
<p>
APIs and implementation to create coverage reports in several formats.