SYMBOL INDEX (7 symbols across 1 files) FILE: .mkdocs/macros.py function define_env (line 48) | def define_env(env): function _extract_comments (line 195) | def _extract_comments(element: Any) -> str: function _attach_comments (line 227) | def _attach_comments(elements: list[Any]) -> None: function _format_type_for_docs (line 242) | def _format_type_for_docs( function _find_type (line 268) | def _find_type(elements: list[Any], name: str, target_cls: type) -> Any ... function _process_field (line 280) | def _process_field(field: Field, is_oneof: bool = False) -> list[str]: function _snake_to_camel_case (line 322) | def _snake_to_camel_case(snake_str: str) -> str: