Skip to content

Commit

Permalink
add JavaDoc for named parameter formatting option
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schmid <service@aaschmid.de>
  • Loading branch information
aaschmid committed Mar 30, 2018
1 parent 45d1f4f commit dae9931
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@
* parameters array length</td>
* </tr>
* <tr>
* <td>{@code %na[x]}</td>
* <td><i>string=test, search=e, index=1</i></td>
* <td>Named arguments with same subscription options as {@code %a}.</td>
* </tr>
* <tr>
* <td>{@code %p[x]}</td>
* <td><i>test, &lt;null&gt;, 4</i></td>
* <td><b>deprecated.</b> Use {@code %a} which has the same effect.</td>
Expand Down

0 comments on commit dae9931

Please sign in to comment.