mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0: Fixing some javadoc warnings
This commit is contained in:
parent
d7d6b44e29
commit
20645a4eed
2 changed files with 8 additions and 8 deletions
|
@ -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 '<' and '>', allow additional special characters.
|
||||
* Certain special characters are allowed after the keyword "operator".
|
||||
*/
|
||||
public class IllegalCharCppTransformer implements NameTransformer {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue