Skip to content

Commit e58908a

Browse files
ascopesmichael-o
authored andcommitted
Fix misformatted plugin documentation
Fixes the rendering of plugin documentation that references ${placeholders} as literals, which currently is not rendering correctly on the Maven plugin site. This closes #112
1 parent bbab747 commit e58908a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ public abstract class AbstractJxrReport extends AbstractMavenReport {
8383

8484
/**
8585
* Directory where Velocity templates can be found to generate overviews, frames and summaries. Should not be used.
86-
* If used, should be an absolute path, like {@code "${basedir}/myTemplates"}.
86+
* If used, should be an absolute path, like <code>{@literal "${basedir}/myTemplates"}</code>.
8787
*/
8888
@Parameter
8989
private String templateDir;
9090

9191
/**
9292
* Style sheet used for the Xref HTML files. Should not be used. If used, should be an absolute path, like
93-
* {@code "${basedir}/myStyles.css"}.
93+
* <code>{@literal "${basedir}/myStyles.css"}</code>.
9494
*/
9595
@Parameter
9696
private String stylesheet;

0 commit comments

Comments
 (0)