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. 5
      main/wiki/index.php

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

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

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

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

Loading…
Cancel
Save