Monday, November 23, 2009

Mel Logger

Mel logger is a script that written in Python which automatically creates documentation of your Mel scripts by parsing their bodies.

Copy “melLogger.py” into the same directory where your Mel files are. Double click “melLogger.py”. Script will ask you description for each procedure and arguments Mel files may have contained. If you want to disable this option open the script by using a text editor and change “wd” variable to “0”, It should look like this “wd = 0”.

After you entered descriptions a html file will be created for each Mel file you have in the directory. Since script creates html files you can edit them later and keep your Mel files documented without doing extra work.

Please click here to download.

No comments:

Post a Comment