Latest recipes tagged "help"http://code.activestate.com/recipes/tags/help/new/2011-08-28T14:34:58-07:00ActiveState Code RecipesHelpMaker: builds help message from comments in the code (Python) 2011-08-28T14:34:58-07:00Yanghttp://code.activestate.com/recipes/users/4178968/http://code.activestate.com/recipes/577860-helpmaker-builds-help-message-from-comments-in-the/ <p style="color: grey"> Python recipe 577860 by <a href="/recipes/users/4178968/">Yang</a> (<a href="/recipes/tags/comments/">comments</a>, <a href="/recipes/tags/help/">help</a>). </p> <p>This tiny module is to make your comments in the source code a bit more useful, to be displayed as help messages. With the HelpMaker, once you finish writing/updating the comments, the help messages are ready. One more reason to work on your comments =)</p>