If users must read the code of a method in order to use it, then there is no abstraction: all of the complexity of the method is exposed.
I.e. Writing the comments helps to clearly specify the method abstraction; the idea behind what the method is trying to do independent of the implimentation.