diff options
| author | Galen Williamson <galen@vector35.com> | 2022-12-23 15:06:22 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2022-12-23 16:29:38 -0500 |
| commit | 47d44cd285530729b94e5960a93648047fc0b4ce (patch) | |
| tree | cf546c078c8843599b501ab489f3e25dd7d14552 /python/binaryview.py | |
| parent | 8e82653a052cb1b32e2d5ca53fd8f014df3e8737 (diff) | |
Fixed missing newlines before `:param` in docstrings
This was causing the generated html to not show the param lines
correctly.
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index e3ab5898..40b5c1ff 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -7791,6 +7791,7 @@ class BinaryView: ``get_comment_at`` returns the address-based comment attached to the given address in this BinaryView Note that address-based comments are different from function-level comments which are specific to each :py:Class:`Function`. For more information, see :func:`address_comments`. + :param int addr: virtual address within the current BinaryView to apply the comment to :rtype: str |
