How to Clean Open Source PHP Script Comments.

I have open source PHP scripts developing ,I want to remove all comments from all pages,that is a difficult job. I tries many macro /methods but fail.
Please let me know if you have any solution to remove all comments easily. comments are like.
/**
* WordPress Cron Implementation for hosts, which do not offer CRON or for which
* the user has not set up a CRON job pointing to this file.
*
* The HTTP request to this file will not slow down the visitor who happens to
* visit when the cron job is needed to run.
*
* @package WordPress
*/
Please see screenshot in red box.
