make Property::documentation() return the actual documentation string
Property::documentation()
returns the documentation string plus the typeName of the owner. There is no way to get just the documentation string without doing some string manipulation. There is a function to get the typeName of the owner, so if a user wants the doc + type string, they can trivially form it themselves.