mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +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
|
@ -838,6 +838,10 @@ string OptionAliasBlock::apply(Architecture *glb,const string &p1,const string &
|
|||
return "Alias block level set to " + p1;
|
||||
}
|
||||
|
||||
/// \class OptionMaxInstruction
|
||||
/// \brief Maximum number of instructions that can be processed in a single function
|
||||
///
|
||||
/// The first parameter is an integer specifying the maximum.
|
||||
string OptionMaxInstruction::apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue