Changeset 28

Show
Ignore:
Timestamp:
08/30/06 16:34:30 (2 years ago)
Author:
mikey
Message:

corrected doc block

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/Example1.php

    r27 r28  
    11<?php 
    2 /* 
    3  * Created on 24.05.2005 
    4  * 
    5  * TODO To change the template for this generated file go to 
    6  * Window - Preferences - Java - Code Style - Code Templates 
     2/** 
     3 * First example to show how XJConf has to be used and what it does. 
     4 *  
     5 * @author  Stephan Schmidt <stephan.schmidt@schlund.de> 
     6 * @author  Frank Kleine <frank.kleine@schlund.de> 
    77 */ 
    88require_once '../XJConf/XJConfLoader.php'; 
     
    1010                   'XmlParser' 
    1111); 
    12  
    13  
    1412require 'Color.php'; 
    1513require 'Complex.php'; 
    1614require 'UpperString.php'; 
    17  
    1815/** 
    19  * @author sschmidt 
     16 * First example to show how XJConf has to be used and what it does. 
     17 *  
     18 * @package     XJConf 
     19 * @subpackage  examples 
    2020 */ 
    2121class Example1