# isEmptyDocs

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/openapi/doc-annotations.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/openapi/doc-annotations.ts#L58)

True when nothing was recovered — the caller must then keep its current behaviour.

## Signature

```ts
function isEmptyDocs(docs: AuthoredDocs | undefined): boolean
```

## Parameters

| Name | Type |
|---|---|
| `docs` | `AuthoredDocs | undefined` |

**Returns:** `boolean`
