HI all!

Is it good programing style comented class methods in *.h and *.cpp? Or better only in *.h or only in *.cpp?
I like before every method available in *.cpp write some block with info about this method. But then i must copy the same info in *.h ?

Any propposition?