From 47d44cd285530729b94e5960a93648047fc0b4ce Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Fri, 23 Dec 2022 15:06:22 -0500 Subject: Fixed missing newlines before `:param` in docstrings This was causing the generated html to not show the param lines correctly. --- python/binaryview.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/binaryview.py') 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 -- cgit v1.3.1