GP-0: Fixing some javadoc warnings

This commit is contained in:
Ryan Kurtz 2023-09-05 11:43:00 -04:00
parent d7d6b44e29
commit 20645a4eed
2 changed files with 8 additions and 8 deletions

View file

@ -18,8 +18,8 @@ package ghidra.program.model.symbol;
/**
* Replace illegal characters in the given name with '_'. The transformer treats the name as a
* C++ symbol. Letters and digits are generally legal. '~' is allowed at the start of the symbol.
* Template parameters, surrounded by '<' and '>', allow additional special characters. Certain
* special characters are allowed after the keyword "operator".
* Template parameters, surrounded by '&lt;' and '&gt;', allow additional special characters.
* Certain special characters are allowed after the keyword "operator".
*/
public class IllegalCharCppTransformer implements NameTransformer {