Minor - Adapting code comments to phpdoc

skala
Yannick Warnier 14 years ago
parent 8a25ccac45
commit 1277285c23
  1. 2
      main/exercice/exercise_result.class.php
  2. 4
      main/newscorm/lp_ajax_save_item.php
  3. 6
      main/wiki/diff.inc.php
  4. 7
      main/wiki/index.php

@ -12,7 +12,7 @@
* Code * Code
*/ */
if(!class_exists('ExerciseResult')): if(!class_exists('ExerciseResult')):
/* /**
* Exercise results class * Exercise results class
* @package chamilo.exercise * @package chamilo.exercise
*/ */

@ -8,7 +8,9 @@
* @package chamilo.learnpath * @package chamilo.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
*/ */
/**
* Code
*/
// Flag to allow for anonymous user - needs to be set before global.inc.php. // Flag to allow for anonymous user - needs to be set before global.inc.php.
$use_anonymous = true; $use_anonymous = true;

@ -1,7 +1,5 @@
<?php // $Id: lib.diff.php,v 1.12 2005/11/18 20:25:11 zefredz Exp $ <?php // $Id: lib.diff.php,v 1.12 2005/11/18 20:25:11 zefredz Exp $
// vim: expandtab sw=4 ts=4 sts=4: // vim: expandtab sw=4 ts=4 sts=4:
/** /**
* CLAROLINE * CLAROLINE
* *
@ -18,7 +16,9 @@
* *
* @package Wiki * @package Wiki
*/ */
/**
* Code
*/
define( "DIFF_EQUAL", "=" ); define( "DIFF_EQUAL", "=" );
define( "DIFF_ADDED", "+" ); define( "DIFF_ADDED", "+" );
define( "DIFF_DELETED", "-" ); define( "DIFF_DELETED", "-" );

@ -1,13 +1,14 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Belgium * @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Belgium
* @author Juan Carlos Raña <herodoto@telefonica.net> * @author Juan Carlos Raña <herodoto@telefonica.net>
* *
* @package chamilo.wiki * @package chamilo.wiki
*/ */
/**
* Code
*/
// name of the language file that needs to be included // name of the language file that needs to be included
$language_file = 'wiki'; $language_file = 'wiki';
@ -2021,4 +2022,4 @@ echo "</div>"; // echo "<div id='wikiwrapper'>";
/* /*
FOOTER FOOTER
*/ */
Display::display_footer(); Display::display_footer();

Loading…
Cancel
Save