Changeset 1149

Show
Ignore:
Timestamp:
12/14/07 00:25:02 (1 year ago)
Author:
mikey
Message:

added doc comment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/org/stubbles/vfs/examples/Example.php

    r1148 r1149  
    11<?php 
     2/** 
     3 * Example class. 
     4 * 
     5 * @author      Frank Kleine <mikey@stubbles.net> 
     6 * @package     stubbles_vfs 
     7 * @subpackage  examples 
     8 */ 
     9/** 
     10 * Example class. 
     11 * 
     12 * @package     stubbles_vfs 
     13 * @subpackage  examples 
     14 */ 
    215class Example 
    316{