Javadoc Fixes

This commit is contained in:
astrelsky 2019-11-25 23:41:54 -05:00
parent 9a470a9dc7
commit ebde7cd6d2
No known key found for this signature in database
GPG key ID: FA88FA97D6877C37
659 changed files with 1690 additions and 3968 deletions

View file

@ -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 {

View file

@ -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> {