/[drupal]/contributions/modules/mysite/API.php
ViewVC logotype

Diff of /contributions/modules/mysite/API.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.22, Tue Apr 1 00:55:56 2008 UTC revision 1.23, Sun Apr 6 23:08:25 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: API.php,v 1.21 2008/02/13 20:42:24 ax Exp $  // $Id: API.php,v 1.22 2008/04/01 00:55:56 agentken Exp $
3    
4    
5  /**  /**
# Line 22  Line 22 
22   */   */
23    
24  /**  /**
25   * @file   * @defgroup mysite_plugins MySite Plugins
26   * Documentation file for MySite's internal hooks.   * Files which use the MySite API to add features and functionality.
27   *   *
28   * @ingroup mysite_hooks   * MySite uses four types of plugins:
29   */   * - 'formats' control the display of content on a page.
30     * - 'layouts' control the position of content on a page.
31  /**   * - 'styles' affect the design of content on a page.
32   * @defgroup load MySite Includes   * - 'types' define the content on a page.
  * Functions for loading the appropriate plugins for use with MySite.  
33   */   */
34    
35  /**  /**
36   * @defgroup themes Theme Functions   * @file
37   * Theme functions used by the MySite module.   * Documentation file for MySite's internal hooks.
38   */   *
39     * @ingroup mysite
 /**  
  * @defgroup forms FormsAPI Functions  
  * Form functions used by the MySite module.  
  */  
   
 /**  
  * @defgroup includes Special Functions  
  * Special functions used by MySite type include files.  
  */  
   
 /**  
  * @defgroup icons MySite Icons  
  * Functions used with the Icon Browser supplied by the MySite Icons module.  
  */  
   
 /**  
  * @defgroup contrib Module Integration  
  * Functions used to integrate MySite with other contributed modules.  
40   */   */
41    
42  /**  /**

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.2