Is there a way to use bold or italic inside documentation comments? Something like:
///
An alternate way is to use a wiki markup-like style instead.
/// Cleanup method. This is *recommended* way of cleanup.
public void CleanAll();
Edit 1: AFAIK Visual Studio doesn't understand wiki markup. I was just suggesting to use wiki markup as a convention. Your team would still see the raw (unformatted) wiki markup in the method's intellisense.