The inline function documentation needs an empty
line between description and metadata.
Otherwise automethod from docs renders the metadata
as text together with the description instead of
rendering it as function metadata, e.g. parameters
and return value.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
@API.expose
def set_localized_module_option(self, key: str, val: Optional[str]) -> None:
"""
- Set localized configuration for this ceph-mgr instance
+ Set localized configuration for this ceph-mgr instance.
+
:param str key:
:param str val:
:return: str