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.