arx.docstrings

arx.docstrings

Source: packages/arx/src/arx/docstrings.py

title: Validate Arx docstrings against the Douki YAML schema.

Functions

validate_docstring(raw: str) -> dict[str, Any]

title: Validate docstring content as Douki YAML.
parameters:
  raw:
    type: str
    description: Raw text found inside the docstring block.
returns:
  type: dict[str, Any]