Open drewnoakes opened 5 years ago
:bulb: This can be added to the existing DOC204 (Use inline elements correctly) rule.
Could it also flag the inverse? For example:
/// <summary>Initialises an <seealso cref="IController"/> and stores it in <seealso cref="CurrentController"/></summary>
void InitController();
@YoshiRulz Yes, but that would be added to the existing DOC202 (Use section elements correctly) rule.
This is invalid.
The author probably intended: