Expand description

Types supporting documentation for code written in or for Starlark.

Structs

The main structure that represents the documentation for a given symbol / module.

The documentation provided by a user for a specific module, object, function, etc.

Documents a single function.

The main identifier for a symbol.

The file a symbol resides in, and if available its location within that file.

Documents a full module.

An object with named functions/properties.

Line / column for where in a file a symbol is.

A single property of an object. These are explicitly not functions (see Member).

Details about the return value of a function.

The type of a given parameter, field, etc.

Enums

Controls the formatting to use when parsing DocStrings from raw docstrings

A named member of an object.

A single parameter of a function.