From 2e02840ab18a84c6d487c21833710fc0e8f48e21 Mon Sep 17 00:00:00 2001 From: Florent Valette Date: Fri, 12 Jul 2024 14:11:12 +0200 Subject: [PATCH] docstring: add missing docstring first line --- src/svd2json/svd2json.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/svd2json/svd2json.py b/src/svd2json/svd2json.py index fd188d5..e2e275b 100644 --- a/src/svd2json/svd2json.py +++ b/src/svd2json/svd2json.py @@ -126,6 +126,8 @@ def _parse_interrupt(self, node: ElementTree.Element) -> None: def _peripheral_name_fixup(self) -> None: """ + Peripheral(s) name fixup. + Some SVD may have the peripheral's name as prefix for register's name As this is not consistent **AND** there is already such a concatenation in peripherals layout template, we can trim this