Projet

Général

Profil

Paste
Télécharger (1,2 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views_slideshow / views_slideshow.developer-documentation.php @ 18596a08

1
<?php
2

    
3
/**
4
 * @file Provides API homepage for Views Slideshow.
5
 */
6

    
7
/**
8
 * @mainpage Views Slideshow API & Developer Documentation
9
 * Welcome to the Views Slideshow developer's documentation.
10
 *
11
 * Newcomers to Drupal development should read the conceptual information
12
 * in @link https://www.drupal.org/docs/7/api/ Drupal API Introduction @endlink
13
 * or @link https://api.drupal.org/api/drupal/7.x Drupal API Docs @endlink.
14
 * The heavily documented
15
 * @link https://api.drupal.org/api/examples/7.x-1.x Example modules @endlink
16
 * may also be helpful.
17
 *
18
 * For tutorials and examples for acheiving specific tasks, also see the
19
 * @link https://drupal.org/docs/7/modules/views-slideshow/developer-tutorials Developer Guide @endlink.
20
 *
21
 * For any comments, support or questions see the
22
 * @link https://drupal.org/project/views_slideshow module page @endlink.
23
 * Also, feel free to comment here if it is specific to one function/file.
24
 *
25
 * - Primary components of Views Slideshow
26
 *   - @link vss_hooks Views Slideshow Hooks @endlink
27
 *   - @link vss_theme Theme Functions @endlink
28
 *   - @link vss_templates Templates @endlink
29
 *   - @link contrib/views_slideshow_cycle/views_slideshow_cycle.module Cycle Module @endlink
30
 */