How do I retrieve a list of deprecated methods from a class.
I need to list the methods that have been marked as deprecated for a class to pass on to documentation.
I don't really want to copy and paste each method and its javadoc into a seperate file, is it possible to do this through the javadoc tool or through eclipse?