mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Documentation Fix
This commit is contained in:
parent
92a1c0dccf
commit
4c3d3360dc
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue