From ec0d4308171b4fd67242e084eceede31c33a9d08 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 2 Jul 2025 17:08:06 -0400 Subject: must escape newlines in long parameter descriptions --- python/firmwareninja.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/firmwareninja.py') diff --git a/python/firmwareninja.py b/python/firmwareninja.py index ce628459..a48c8be1 100644 --- a/python/firmwareninja.py +++ b/python/firmwareninja.py @@ -773,9 +773,9 @@ class FirmwareNinja: """ ``get_reference_tree`` returns a tree of reference nodes for a memory region, function, or address - :param Union[Section, FirmwareNinjaDevice, DataVariable, Function, int] location: Memory location to build the + :param Union[Section, FirmwareNinjaDevice, DataVariable, Function, int] location: Memory location to build the \ reference tree for - :param list[FirmwareNinjaFunctionMemoryAccesses] fma: List of function memory accesses or None to use cross + :param list[FirmwareNinjaFunctionMemoryAccesses] fma: List of function memory accesses or None to use cross \ references. None should only be supplied if location is a Function, DataVariable, or address. :param Optional[int] value: Only include the node in the tree if this value is written to the location :return: Root reference node containing the reference tree -- cgit v1.3.1