If a class implements a method defined in an interface you can choose whether you duplicate the documentation or reference it with <see cref=\"...\" />.
I am trying to generate a syntax tree, for a given string with simple math operators (+, -, *, /, and parenthesis).