Browse Source

[svn r15577] Updated API documentation

Yannick Warnier 16 years ago
parent
commit
d15c9d9592

+ 1 - 1
main/newscorm/aicc.class.php

@@ -1,7 +1,7 @@
 <?php //$id:$
 /**
  * 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>
  * @license	GNU/GPL - See Dokeos license directory for details
  */

+ 1 - 1
main/newscorm/aiccBlock.class.php

@@ -1,7 +1,7 @@
 <?php //$id:$
 /**
  * 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>
  * @license	GNU/GPL - See Dokeos license directory for details
  */

+ 1 - 1
main/newscorm/aiccObjective.class.php

@@ -1,7 +1,7 @@
 <?php //$id:$
 /**
  * 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>
  * @license	GNU/GPL - See Dokeos license directory for details
  */

+ 1 - 1
main/newscorm/aiccResource.class.php

@@ -1,7 +1,7 @@
 <?php //$id:$
 /**
  * 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>
  * @license	GNU/GPL - See Dokeos license directory for details
  */

+ 1 - 0
main/newscorm/back_compat.inc.php

@@ -4,6 +4,7 @@
  * 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
  * something like lp_includes.inc.php
+ * @package dokeos.learnpath
  */
 require_once('../inc/global.inc.php');
 require_once(api_get_path(LIBRARY_PATH) . 'events.lib.inc.php');

+ 2 - 2
main/newscorm/index.php

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

+ 1 - 1
main/newscorm/learnpathList.class.php

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

+ 1 - 1
main/newscorm/openoffice_document.class.php

@@ -2,7 +2,7 @@
 /**
  * Defines the OpenOfficeDocument class, which is meant as a mother class
  * 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>
  * @license	GNU/GPL - See Dokeos license directory for details
  */

+ 1 - 1
main/newscorm/openoffice_presentation.class.php

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

+ 1 - 1
main/newscorm/openoffice_text_document.class.php

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

+ 1 - 1
main/newscorm/scorm.class.php

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