Skip to content

Commit

Permalink
Fix headers in javadocs (bazelbuild#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored Jun 4, 2019
1 parent b7efb62 commit fc28f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* case of a simple sequence of instructions (by convention branch 0). Instances
* of this class are used in two steps:
*
* <h3>Step 1: Building the CFG</h3>
* <h2>Step 1: Building the CFG</h2>
*
* For each bytecode instruction of a method a {@link Instruction} instance is
* created. In correspondence with the CFG these instances are linked with each
Expand All @@ -32,7 +32,7 @@
* flow ({@link #addBranch(boolean, int)}) or indirectly propagated along the
* CFG edges ({@link #addBranch(Instruction, int)}).
*
* <h3>Step 2: Querying the Coverage Status</h3>
* <h2>Step 2: Querying the Coverage Status</h2>
*
* After all instructions have been created and linked each instruction knows
* its execution status and can be queried with:
Expand Down
6 changes: 3 additions & 3 deletions org.jacoco.doc/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
regular JARs in your classpath.
</p>

<h2>Bundle org.jacoco.core</h2>
<h1>Bundle org.jacoco.core</h1>

<p>
The core bundle implements the code coverage technology itself. It provides
Expand All @@ -21,14 +21,14 @@ <h2>Bundle org.jacoco.core</h2>
<li>analyzing coverage data.</li>
</ul>

<h2>Bundle org.jacoco.agent</h2>
<h1>Bundle org.jacoco.agent</h1>

<p>
Provides the runtime Java agent (JAR file) as a resource.
</p>


<h2>Bundle org.jacoco.report</h2>
<h1>Bundle org.jacoco.report</h1>

<p>
APIs and implementation to create coverage reports in several formats.
Expand Down

0 comments on commit fc28f2e

Please sign in to comment.