forked from backdrop-contrib/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples.module
31 lines (28 loc) · 858 Bytes
/
examples.module
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* @file
* This file serves as a stub file for the many example modules in the
* @link http://backdropcms.org/project/examples Examples for Developers @endlink
* project.
*
* One might say this module is an example of documentation. However, note that
* the example submodules define many Doxygen groups, which may or may not be a
* good strategy for other modules.
*/
/**
* @defgroup examples Examples
* @{
* These modules are well-documented API examples for a broad range of Backdrop
* core functionality.
*
* Developers can quickly learn how to use a particular API by experimenting
* with the examples, and adapt them for their own use.
*
* This project is based on the
* @link http://www.drupal.org/project/examples Examples for Developers @endlink
* project for Drupal.
*
*/
/**
* @} End of 'defgroup examples'.
*/