How can I indicate inline code blocks like this
in Appledoc comments?
Backticks just read as backticks in Xcode Quick Help panel.
I'd really love to have NSStringFromClass
codified somehow.
How can I indicate inline code blocks like this
in Appledoc comments?
Backticks just read as backticks in Xcode Quick Help panel.
I'd really love to have NSStringFromClass
codified somehow.
Use @p
before a word to place it in monospaced font.
///
/// @summary does some stuff
///
/// Alias for @p NSStringFromClass actually.
///
Start the code block with a tab character.
@code
directive, which is fine. –
Gauze © 2022 - 2024 — McMap. All rights reserved.
This entire comment is an inline code block. He's not referring to a website, he's referring to the code block.
– Ode