Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: doxygen: improve formatting for kconfig alias #81612

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

kartben
Copy link
Collaborator

@kartben kartben commented Nov 19, 2024

\verbatim is not giving the right output as we need an inline literal. Switch to \c instead.

Fixes #81595.

\verbatim is not giving the right output as we need an inline literal.
Switch to \c instead.

Fixes zephyrproject-rtos#81595.

Signed-off-by: Benjamin Cabé <[email protected]>
@Thalley
Copy link
Collaborator

Thalley commented Nov 19, 2024

@kartben I'm not able to see the API reference for this PR. The API reference link at https://builds.zephyrproject.io/zephyr/pr/81612/docs/index.html just points to https://builds.zephyrproject.io/latest/doxygen/html/index.html

@kartben kartben added the backport v4.0-branch Backport to the v4.0-branch label Nov 19, 2024
@kartben
Copy link
Collaborator Author

kartben commented Nov 19, 2024

@kartben kartben added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Nov 19, 2024
@kartben kartben requested a review from pdgendt November 19, 2024 20:11
@nashif nashif merged commit 83356e9 into zephyrproject-rtos:main Nov 19, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Documentation Infrastructure backport v4.0-branch Backport to the v4.0-branch size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Using @kconfig{CONFIG_BT_SMP} inline renders poorly
6 participants