Skip to content

Commit

Permalink
Fixed comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Braykoff committed Jan 1, 2024
1 parent b0f3f7e commit c73f15e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,9 @@ public void reset() {
}

/**
* Resets the filter state, initializing internal buffers to the provided values. <br>
* <br>
* Resets the filter state, initializing internal buffers to the provided values.<br><br>
*
* These are the expected lengths of the buffers, depending on what type of linear filter used:
*
* <table>
* <tr><th>Type</th><th>Input Buffer Length</th><th>Output Buffer Length</th></tr>
* <tr><td>Unspecified</td><td>length of {@code ffGains}</td><td>length of {@code fbGains}</td>
Expand Down
5 changes: 2 additions & 3 deletions wpimath/src/main/native/include/frc/filter/LinearFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,9 @@ class LinearFilter {
}

/**
* Resets the filter state, initializing internal buffers to the provided values. <br>
* <br>
* Resets the filter state, initializing internal buffers to the provided values. <br><br>
*
* These are the expected lengths of the buffers, depending on what type of linear filter used:
*
* <table>
* <tr><th>Type</th><th>Input Buffer Size</th><th>Output Buffer Size</th></tr>
* <tr><td>Unspecified</td><td>size of {@code ffGains}</td><td>size of {@code fbGains}</td>
Expand Down

0 comments on commit c73f15e

Please sign in to comment.