fn document_item_info(
    w: &mut Buffer,
    cx: &mut Context<'_>,
    item: &Item,
    parent: Option<&Item>
)
Expand description

Add extra information about an item such as:

  • Stability
  • Deprecated
  • Required features (through the doc_cfg feature)