I used drupal coder module to check my code and always get missing file doc as an error. I used the following file doc comment but still showing error. Can you please guide me what am i doing wrong. Edit:
<?php
/**
* @file
* Description
*/
/**
* Implements hook_menu().
*
* Description
*
* @return array An array of menu items
*/
function hook_menu() {
//My code
}