Skip to content

Commit

Permalink
Javadoc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Dec 21, 2024
1 parent e61a27a commit 0059d20
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* found.
* </li>
* </ul>
* <h3>System Properties</h3>
* <h2>System Properties</h2>
* <p>
* System properties are typically passed to the JVM at launch time with
* the <code>-D</code> argument.
Expand All @@ -79,7 +79,7 @@
* <li><code>-DPAGE_TITLE</code></li>
* </ul>
*
* <h3>Environment variables</h3>
* <h2>Environment variables</h2>
* <p>
* Environment variables are typically set at a user account level, or
* operating system level. Environment variables take precedence over
Expand All @@ -94,7 +94,7 @@
* <li><code>PAGE_TITLE</code></li>
* </ul>
*
* <h3>Implicit variable files</h3>
* <h2>Implicit variable files</h2>
* <p>
* Configuration templates, whether the main template or any template
* included using the <code>#parse</code> directive, can have variable files
Expand Down Expand Up @@ -125,7 +125,7 @@
* precedence.
* </p>
*
* <h3>Explicit variable files</h3>
* <h2>Explicit variable files</h2>
* <p>
* Any <code>.variables</code> or <code>.properties</code> file
* can also be specified using the
Expand Down

0 comments on commit 0059d20

Please sign in to comment.