diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-02 17:08:06 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-02 17:09:26 -0400 |
| commit | ec0d4308171b4fd67242e084eceede31c33a9d08 (patch) | |
| tree | 3de2b49cc81015a9bc4896a3e714959849f725c6 /python/firmwareninja.py | |
| parent | 3e8291d2bfc75af0edf862808dd9849c72d27095 (diff) | |
must escape newlines in long parameter descriptions
Diffstat (limited to 'python/firmwareninja.py')
| -rw-r--r-- | python/firmwareninja.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
