I apologize if I misread your comment.
class Person {
// Returns the first name of the person
function FirstName() {...}
}
This is beyond useless. And remember code will begin to smell, but comments will begin to stink, so you want to make them only when clarification or additional information is required. If you find you have to comment all the time, then you need to work on your code composition and naming.