--- C:/Users/neoguru/Desktop/actions.inc Mon Dec 31 07:51:04 2007 +++ F:/WebServers/home/d5/www/releases/drupal-6/includes/actions.inc Sun Jun 01 18:23:13 2008 @@ -110,6 +110,7 @@ /** * Discover all action functions by invoking hook_action_info(). * + * @code * mymodule_action_info() { * return array( * 'mymodule_functiondescription_action' => array( @@ -123,6 +124,7 @@ * ) * ); * } + * @endcode * * The description is used in presenting possible actions to the user for * configuration. The type is used to present these actions in a logical