diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-09-30 11:08:59 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-09-30 11:08:59 -0400 |
| commit | ab5327e541c7a335ce89fbdb63126e1222346542 (patch) | |
| tree | 4718bab8de2a8df728ad5b69ac292282265f1c90 /python/lineardisassembly.py | |
| parent | 51510e08a9aeb2b8b23124131679ff89b2cb7f73 (diff) | |
include more tag documentation references to other APIs, fix cross-module doc linking and other small formatting cleanups
Diffstat (limited to 'python/lineardisassembly.py')
| -rw-r--r-- | python/lineardisassembly.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lineardisassembly.py b/python/lineardisassembly.py index a48ce81b..87dd656e 100644 --- a/python/lineardisassembly.py +++ b/python/lineardisassembly.py @@ -24,7 +24,7 @@ class LinearDisassemblyPosition(object): ``class LinearDisassemblyPosition`` is a helper object containing the position of the current Linear Disassembly .. note:: This object should not be instantiated directly. Rather call \ - :py:meth:`get_linear_disassembly_position_at` which instantiates this object. + :py:meth:`get_linear_disassembly_position_at <binaryninja.binaryview.BinaryView.get_linear_disassembly_position_at>` which instantiates this object. """ def __init__(self, func, block, addr): self._function = func |
