mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Javadoc Fixes
This commit is contained in:
parent
9a470a9dc7
commit
ebde7cd6d2
659 changed files with 1690 additions and 3968 deletions
|
@ -20,7 +20,7 @@ import java.nio.file.Path;
|
|||
import help.validator.LinkDatabase;
|
||||
|
||||
/**
|
||||
* A representation of the <tocdef> tag, which is a way to define a TOC item entry in
|
||||
* A representation of the {@literal <tocdef>} tag, which is a way to define a TOC item entry in
|
||||
* a TOC_Source.xml file.
|
||||
*/
|
||||
public class TOCItemDefinition extends TOCItem {
|
||||
|
|
|
@ -21,7 +21,7 @@ import help.validator.LinkDatabase;
|
|||
import java.nio.file.Path;
|
||||
|
||||
/**
|
||||
* A representation of the <tocref> tag, which is a way to reference a TOC item entry in
|
||||
* A representation of the {@literal <tocref>} tag, which is a way to reference a TOC item entry in
|
||||
* a TOC_Source.xml file other than the one in which the reference lives.
|
||||
*/
|
||||
public class TOCItemReference extends TOCItem implements Comparable<TOCItemReference> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue