mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
A bunch of doxygen fixes
This commit is contained in:
parent
8d2b737a72
commit
5d7a7c5291
27 changed files with 514 additions and 195 deletions
|
@ -399,7 +399,7 @@ void Varnode::setSymbolEntry(SymbolEntry *entry)
|
|||
/// This used when there is a constant address reference to the Symbol and the Varnode holds the
|
||||
/// reference, not the actual value of the Symbol.
|
||||
/// \param entry is a mapping to the given Symbol
|
||||
/// \off is the byte offset into the Symbol of the reference
|
||||
/// \param off is the byte offset into the Symbol of the reference
|
||||
void Varnode::setSymbolReference(SymbolEntry *entry,int4 off)
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue