mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
[cleanup] Fix Javadoc
This commit is contained in:
parent
e8275c719b
commit
080b1790a5
1 changed files with 60 additions and 57 deletions
|
@ -217,7 +217,10 @@ public class Mnemonics {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resets the list of used mnemonic characters to those in the string.
|
* Resets the list of used mnemonic characters to those in the string.
|
||||||
* @param usedMnemonics
|
*
|
||||||
|
* @param usedMnemonics A String listing the characters to mark used as
|
||||||
|
* mnemonics. Each character will be considered in a case
|
||||||
|
* insensitive manner.
|
||||||
*/
|
*/
|
||||||
public void clear(String usedMnemonics) {
|
public void clear(String usedMnemonics) {
|
||||||
clear();
|
clear();
|
||||||
|
|
Loading…
Add table
Reference in a new issue