> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 5.103.0

**`(feat):`** Support git repositories, refs, and repository subpaths when generating library documentation locally.

## 5.102.0

**`(feat):`** C++ library docs now render Doxygen groups (`@defgroup` / `@ingroup` / `@addtogroup`).
Each group, including nested subgroups, gets a page under `groups/` that links to the
generated symbol pages, so a library's authored organization shows up in the navigation.

## 5.101.2

**`(fix):`** Fill in path parameters that a user-specified example omits, using the same values example
autogeneration produces (or the parameter's client default). Previously such an example
generated snippets that omitted a required argument or passed `undefined`, and an example URL
containing `undefined`.

## 5.101.1

**`(fix):`** Make global theme asset paths stable across publishes of the same organization and theme.