I am always wondering what should I write for inline code documentation? I always end up with one liners "This function does x" or a 4 paragraph essay describing every micro detail of the function. I am trying to find a balance that provides good documentation without being to verbose. So if you could replay with the one thing that you find the most helpful when you read inline documentation (ex. describe the inputs, describe what is returned...). Then we will let the community vote up the most important one.
A lot of peoples responses have been centered around writing code that is easy to read/well formed. What makes code easy to read and well formed?