Skip to content

Commit

Permalink
Add docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 24, 2011
1 parent 802b94c commit b49a6b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db_events.php
@@ -1,7 +1,9 @@
<?php

/**
* Events management.
*
* @package phpMyAdmin
*/
require_once './libraries/common.inc.php';
require_once './libraries/common.lib.php';
Expand Down
2 changes: 2 additions & 0 deletions db_routines.php
@@ -1,6 +1,8 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Routines management.
*
* @package phpMyAdmin
*/

Expand Down

0 comments on commit b49a6b8

Please sign in to comment.