Documentation Fix

This commit is contained in:
astrelsky 2020-02-03 13:44:54 -05:00
parent 92a1c0dccf
commit 4c3d3360dc
No known key found for this signature in database
GPG key ID: FA88FA97D6877C37
2 changed files with 3 additions and 3 deletions

View file

@ -727,7 +727,7 @@ public class HighFunctionDBUtil {
/**
* Get the Address referred to by a spacebase reference. Address-of references are encoded in
* the p-code syntax tree as: vn = PTRSUB(<spacebase>, #const). This decodes the reference and
* the p-code syntax tree as: {@code vn = PTRSUB(<spacebase>, #const)}. This decodes the reference and
* returns the Address
* @param program is the program containing the Address
* @param op is the PTRSUB op encoding the reference

View file

@ -144,7 +144,7 @@ public abstract class HighVariable {
* Restore the data-type and the Varnode instances of this HighVariable.
* The "representative" Varnode is also populated.
* @param parser is the XML stream
* @param el is the root <high> tag
* @param el is the root {@code <high>} tag
* @throws PcodeXMLException if the XML is not valid
*/
protected void restoreInstances(XmlPullParser parser, XmlElement el)
@ -193,7 +193,7 @@ public abstract class HighVariable {
}
/**
* Restore this HighVariable from a <high> XML tag
* Restore this HighVariable from a {@code <high>} XML tag
* @param parser is the XML stream
* @throws PcodeXMLException if the XML is not valid
*/