aix.docstrings
aix.docstrings
Source: packages/aix/src/aix/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]