Update of /cvsroot/phpicalendar/phpicalendar3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21497
Added Files:
.project
Log Message:
Changed/added documentation comments as per PHPdocumentor specs (http://www.phpdoc.org). Added skeletons of documentation comments for all files, classes, and functions where none existed before.
Minor code style adjustments:
* added space before opening braces
* moved closing php tag "?>" to the same line as the closing brace of the class, since version3 of this project is OO and has only one class per file
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PHPiCalendar3</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
|