Projet

Général

Profil

Paste
Télécharger (900 octets) Statistiques
| Branche: | Révision:

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

1
<?php
2

    
3
/** @mainpage Views Slideshow API & Developer Documentation
4
 * Welcome to the Views Slideshow developer's documentation.
5
 *
6
 * Newcomers to Drupal development should read the conceptual information
7
 * in @link https://www.drupal.org/docs/7/api/ Drupal API Introduction @endlink
8
 * or @link https://api.drupal.org/api/drupal/7.x Drupal API Docs @endlink.
9
 * The heavily documented
10
 * @link https://api.drupal.org/api/examples/7.x-1.x Example modules @endlink
11
 * may also be helpful.
12
 *
13
 * For any support or questions see the
14
 * @link https://drupal.org/project/views_slideshow module page @endlink
15
 *
16
 *
17
 * - Primary components of Views Slideshow
18
 *   - @link vss_hooks Views Slideshow Hooks @endlink
19
 *   - @link vss_theme Theme Functions @endlink
20
 *   - @link vss_templates Templates @endlink
21
 *   - @link contrib/views_slideshow_cycle/views_slideshow_cycle.module Cycle Module @endlink
22
 */