123456789101112131415161718192021222324 |
- <?php
- /**
- * @file
- * This file contains no working PHP code; it exists to provide additional documentation
- * for doxygen as well as to document hooks in the standard Drupal manner.
- */
- /**
- * @mainpage Skinr UI API Manual
- *
- * Topics:
- * - @ref skinr_ui_hooks
- */
- /**
- * @defgroup skinr_ui_hooks Skinr UIs hooks
- * @{
- * Hooks that can be implemented by other modules in order to implement the
- * Skinr UI API.
- */
- /**
- * @}
- */
|