[svn r15577] Updated API documentation

skala
Yannick Warnier 17 years ago
parent 153da934a8
commit d15c9d9592
  1. 2
      main/newscorm/aicc.class.php
  2. 2
      main/newscorm/aiccBlock.class.php
  3. 2
      main/newscorm/aiccObjective.class.php
  4. 2
      main/newscorm/aiccResource.class.php
  5. 1
      main/newscorm/back_compat.inc.php
  6. 4
      main/newscorm/index.php
  7. 2
      main/newscorm/learnpathList.class.php
  8. 2
      main/newscorm/openoffice_document.class.php
  9. 2
      main/newscorm/openoffice_presentation.class.php
  10. 2
      main/newscorm/openoffice_text_document.class.php
  11. 2
      main/newscorm/scorm.class.php

@ -1,7 +1,7 @@
<?php //$id:$ <?php //$id:$
/** /**
* Defines the AICC class, which is meant to contain the aicc items (nuclear elements) * Defines the AICC class, which is meant to contain the aicc items (nuclear elements)
* @package dokeos.learnpath.aicc * @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
* @license GNU/GPL - See Dokeos license directory for details * @license GNU/GPL - See Dokeos license directory for details
*/ */

@ -1,7 +1,7 @@
<?php //$id:$ <?php //$id:$
/** /**
* Container for the aiccResource class that deals with elemens from AICC Course Structure file * Container for the aiccResource class that deals with elemens from AICC Course Structure file
* @package scorm.learnpath * @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
* @license GNU/GPL - See Dokeos license directory for details * @license GNU/GPL - See Dokeos license directory for details
*/ */

@ -1,7 +1,7 @@
<?php //$id:$ <?php //$id:$
/** /**
* Container for the aiccResource class that deals with elemens from AICC Objectives file * Container for the aiccResource class that deals with elemens from AICC Objectives file
* @package scorm.learnpath * @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
* @license GNU/GPL - See Dokeos license directory for details * @license GNU/GPL - See Dokeos license directory for details
*/ */

@ -1,7 +1,7 @@
<?php //$id:$ <?php //$id:$
/** /**
* Container for the aiccResource class that deals with elemens from AICC Descriptor file * Container for the aiccResource class that deals with elemens from AICC Descriptor file
* @package scorm.learnpath * @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
* @license GNU/GPL - See Dokeos license directory for details * @license GNU/GPL - See Dokeos license directory for details
*/ */

@ -4,6 +4,7 @@
* version 1.6.3 and 1.8 of Dokeos by loading libraries in a different way. * version 1.6.3 and 1.8 of Dokeos by loading libraries in a different way.
* The switch is now deprecated and this file will be renamed later on to * The switch is now deprecated and this file will be renamed later on to
* something like lp_includes.inc.php * something like lp_includes.inc.php
* @package dokeos.learnpath
*/ */
require_once('../inc/global.inc.php'); require_once('../inc/global.inc.php');
require_once(api_get_path(LIBRARY_PATH) . 'events.lib.inc.php'); require_once(api_get_path(LIBRARY_PATH) . 'events.lib.inc.php');

@ -1,7 +1,7 @@
<?php //$id: $ <?php //$id: $
/** /**
* Script ... * Redirection script
* @package * @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
*/ */
/** /**

@ -1,7 +1,7 @@
<?php //$id:$ <?php //$id:$
/** /**
* File containing the declaration of the learnpathList class. * File containing the declaration of the learnpathList class.
* @package dokeos.learningpath * @package dokeos.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org> * @author Yannick Warnier <ywarnier@beeznest.org>
*/ */
/** /**

@ -2,7 +2,7 @@
/** /**
* Defines the OpenOfficeDocument class, which is meant as a mother class * Defines the OpenOfficeDocument class, which is meant as a mother class
* to help in the conversion of Office documents to learning paths * to help in the conversion of Office documents to learning paths
* @package dokeos.learnpath.openofficedocument * @package dokeos.learnpath
* @author Eric Marguin <eric.marguin@dokeos.com> * @author Eric Marguin <eric.marguin@dokeos.com>
* @license GNU/GPL - See Dokeos license directory for details * @license GNU/GPL - See Dokeos license directory for details
*/ */

@ -3,7 +3,7 @@
* Defines the OpenOfficeDocument class, which is meant as a conversion * Defines the OpenOfficeDocument class, which is meant as a conversion
* tool from Office presentations (.ppt, .sxi, .odp, .pptx) to * tool from Office presentations (.ppt, .sxi, .odp, .pptx) to
* learning paths * learning paths
* @package dokeos.learnpath.openofficedocument * @package dokeos.learnpath
* @author Eric Marguin <eric.marguin@dokeos.com> * @author Eric Marguin <eric.marguin@dokeos.com>
* @license GNU/GPL - See Dokeos license directory for details * @license GNU/GPL - See Dokeos license directory for details
*/ */

@ -3,7 +3,7 @@
* Defines the OpenOfficeDocument class, which is meant as a conversion * Defines the OpenOfficeDocument class, which is meant as a conversion
* tool from Office text documents (.doc, .sxw, .odt, .docx) to * tool from Office text documents (.doc, .sxw, .odt, .docx) to
* learning paths * learning paths
* @package dokeos.learnpath.openofficedocument * @package dokeos.learnpath
* @author Eric Marguin <eric.marguin@dokeos.com> * @author Eric Marguin <eric.marguin@dokeos.com>
* @license GNU/GPL - See Doke * @license GNU/GPL - See Doke
/** /**

@ -6,7 +6,7 @@
*/ */
/** /**
* Defines the "scorm" child of class "learnpath" * Defines the "scorm" child of class "learnpath"
* @package dokeos.learnpath.scorm * @package dokeos.learnpath
*/ */
require_once('scormItem.class.php'); require_once('scormItem.class.php');
require_once('scormMetadata.class.php'); require_once('scormMetadata.class.php');

Loading…
Cancel
Save