Version 1
[yaffs-website] / web / modules / contrib / advagg / advagg.developer-documentation.php
diff --git a/web/modules/contrib/advagg/advagg.developer-documentation.php b/web/modules/contrib/advagg/advagg.developer-documentation.php
new file mode 100644 (file)
index 0000000..f8a95ab
--- /dev/null
@@ -0,0 +1,26 @@
+<?php
+
+/**
+ * @file
+ * Provides API homepage for Advanced Aggregates.
+ */
+
+/**
+ * @mainpage Advanced Aggreggates API & Developer Documentation
+ * Welcome to the Advanced Aggreggates API & development documentation.
+ *
+ * Newcomers to Drupal development should read the conceptual information
+ * in @link https://www.drupal.org/docs/8/api/ Drupal API Introduction @endlink
+ * or @link https://api.drupal.org/api/drupal/8.2.x Drupal API Docs @endlink.
+ * The heavily documented
+ * @link https://api.drupal.org/api/examples/8.x-1.x Example modules @endlink
+ * may also be helpful.
+ *
+ * For any comments, support or questions see the
+ * @link https://drupal.org/project/advagg module page @endlink.
+ * Also, feel free to comment here if it is specific to one function/file.
+ *
+ * - Primary components of Advanced Aggregates:
+ *   - @link advagg_hooks Advanced Aggregates Hooks @endlink
+ *   - @link advagg_tests Test Suite @endlink
+ */