diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-05-31 01:44:34 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-05-31 01:44:34 -0400 |
| commit | f80491d350ea8c8c80373ea0c5e68358c2217d82 (patch) | |
| tree | dc06a21ef3be9609514429b1de89fc27dc989e52 /python/lowlevelil.py | |
| parent | 6b85d3301721dd834f8d52ec19260e536169b7fc (diff) | |
improve API cross-reference linking
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index a32eb4a2..e5eef3c0 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -720,11 +720,11 @@ class LowLevelILExpr(object): class LowLevelILFunction(object): """ ``class LowLevelILFunction`` contains the list of LowLevelILExpr objects that make up a binaryninja.function. LowLevelILExpr - objects can be added to the LowLevelILFunction by calling ``append`` and passing the result of the various class + objects can be added to the LowLevelILFunction by calling :func:`append` and passing the result of the various class methods which return LowLevelILExpr objects. - LowLevelILFlagCondition values used as parameters in the ``flag_condition`` method. + LowLevelILFlagCondition values used as parameters in the :func:`flag_condition` method. ======================= ========== =============================== LowLevelILFlagCondition Operator Description |
