CommDel is a software tool that helps process PHP source code by removing and recovering comments. This feature is particularly useful for publishing open-access software.

After installation, you will notice that a new item, CommDel, will appear in the context menu of your PHP file. When you select this option, the program will immediately begin to process your file, removing all comments from the source code.
If you wish to leave any comment behind, simply type three slashes (///) instead of the standard two slashes. Doing so will ensure that the corresponding comment will remain intact in the code.
It is important to note that the original file will not be modified in any way. Instead, a backup file ([email protected]) will be created, which will contain the original code with all comments intact. If you ever need to restore a comment, simply re-select CommDel, and the backup file will be restored automatically.
Overall, CommDel is an excellent software that can help you streamline your PHP code development by eliminating unnecessary comments from your code. It is straightforward to use and very effective.
Version 1.6.0: Work with UNIX commentary style