You are here

coder_comment.inc in Coder 5.2

Same filename in this branch
  1. 5.2 tests/coder_comment.inc
  2. 5.2 includes/coder_comment.inc
Same filename and directory in other branches
  1. 5 tests/coder_comment.inc
  2. 6 tests/coder_comment.inc

This file implements tests for the Drupal commenting standards.

It is never actually called by the coder code, but is read when running admin/coder/coder

File

tests/coder_comment.inc
View source
<?php

/* $Id .... $ */

// $Id ....$

/**
 * @file
 * This file implements tests for the Drupal commenting standards.
 *
 * It is never actually called by the coder code, but is read when running
 * admin/coder/coder
 */

/**
 * @file this is not ok.
 */

/**
* This is a comment error.
*This is a comment error.
*/

/*
 * @see some_function()
 * @see some_function(), some-template.tpl.php
 * @see some_function(), some-template.tpl.php, ok.tpl.php
 *
 * sdfsf @see not ok
 * @see some_function, some-template.tpl.php, not_ok.tpl.php
 * @see some_function() some-template.tpl.php, not_ok.tpl.php
 * @see some_function(), some-template.tpl.php not_ok.tpl.php
 * @see some_function(), some-template.tpl.php, not_ok.tpl.php foo.php
 * @see some_function(),
 * @see some_function(), some-template.tpl.php, not_ok.tpl.php.
 */

/*
 * Implementation of hook_foo().
 * Implementation of hook_foo()
 * implementation of hook_foo().
 * Implementation of hook_foo
 * Implementation of hook_foo.
 * Implemetation of hook_foo().
 */

// Implementation of hook_foo().

/* Implementation of hook_foo(). */