# `ExDoc.DocGroupNode`
[🔗](https://github.com/elixir-lang/ex_doc/blob/v0.40.3/lib/ex_doc/nodes.ex#L98)

Represents a group of functions, macros, callbacks, or types.

# `t`

```elixir
@type t() :: %ExDoc.DocGroupNode{
  description: String.t() | nil,
  doc: ExDoc.DocAST.t() | nil,
  docs: [ExDoc.DocNode.t()],
  title: String.t() | atom()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
