mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +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
|
@ -249,7 +249,6 @@ public:
|
|||
int4 numCalls(void) const { return qlst.size(); } ///< Get the number of calls made by \b this function
|
||||
FuncCallSpecs *getCallSpecs(int4 i) const { return qlst[i]; } ///< Get the i-th call specification
|
||||
FuncCallSpecs *getCallSpecs(const PcodeOp *op) const; ///< Get the call specification associated with a CALL op
|
||||
void updateOpFromSpec(FuncCallSpecs *fc);
|
||||
int4 fillinExtrapop(void); ///< Recover and return the \e extrapop for this function
|
||||
|
||||
// Varnode routines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue