```c# /// <see cref="Foo" /> public bool Bar(); ``` This is invalid. The author probably intended: ```c# /// <seealso cref="Foo" /> public bool Bar(); ```