mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-12-03 17:41:33 +00:00
GP-0: Fixing javadoc warning
This commit is contained in:
parent
fba01cde18
commit
e417c4a025
@ -71,8 +71,8 @@ public class TemplateSimplifier {
|
||||
|
||||
/**
|
||||
* Sets the template nesting depth to be simplified. A depth of 0 simplifies the entire
|
||||
* template portion of the name (everything in between <>). A depth of 1 leaves one level of
|
||||
* template information
|
||||
* template portion of the name (everything in between {@code <>}). A depth of 1 leaves one
|
||||
* level of template information
|
||||
* @param depth the nesting depth
|
||||
*/
|
||||
public void setNestingDepth(int depth) {
|
||||
|
Loading…
Reference in New Issue
Block a user