Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / advagg / advagg.developer-documentation.php
1 <?php
2
3 /**
4  * @file
5  * Provides API homepage for Advanced Aggregates.
6  */
7
8 /**
9  * @mainpage Advanced Aggreggates API & Developer Documentation
10  * Welcome to the Advanced Aggreggates API & development documentation.
11  *
12  * Newcomers to Drupal development should read the conceptual information
13  * in @link https://www.drupal.org/docs/8/api/ Drupal API Introduction @endlink
14  * or @link https://api.drupal.org/api/drupal/8.2.x Drupal API Docs @endlink.
15  * The heavily documented
16  * @link https://api.drupal.org/api/examples/8.x-1.x Example modules @endlink
17  * may also be helpful.
18  *
19  * For any comments, support or questions see the
20  * @link https://drupal.org/project/advagg module page @endlink.
21  * Also, feel free to comment here if it is specific to one function/file.
22  *
23  * - Primary components of Advanced Aggregates:
24  *   - @link advagg_hooks Advanced Aggregates Hooks @endlink
25  *   - @link advagg_tests Test Suite @endlink
26  */