Skip to content

Commit

Permalink
Fixing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Jul 20, 2023
1 parent 65311a9 commit e755566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public String getBackgroundColorAsJs() {
}

/**
* Factory Method for {@linkplain GridTheme}.<br/>
* Factory Method for {@linkplain GridTheme}
*
* @param cssRule {@linkplain CssRule} is optional
* @return {@linkplain GridTheme} according property values of cssRule. If
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import lombok.ToString;

/**
* SeriesColors object that could be applied to all series in the plot.<br/>
* <b>Expected css Rule structure</b>
* SeriesColors object that could be applied to all series in the plot.
* <h3>Expected css Rule structure</h3>
*
* <pre>
* // color values must be html conform either color names or their hex value
Expand Down Expand Up @@ -62,8 +62,7 @@ public String getColorsAsJs() {
}

/**
* Factory method to create {@linkplain SeriesColors} from
* {@linkplain CssRule}.<br/>
* Factory method to create {@linkplain SeriesColors} from {@linkplain CssRule}.
* If cssRule is missing {@link SeriesColors#DEFAULT_SERIES_COLORS} will be used
*
* @param cssRule {@linkplain CssRule} could be {@code null}
Expand Down

0 comments on commit e755566

Please sign in to comment.