skinr_ui.api.php 435 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * @file
  4. * This file contains no working PHP code; it exists to provide additional documentation
  5. * for doxygen as well as to document hooks in the standard Drupal manner.
  6. */
  7. /**
  8. * @mainpage Skinr UI API Manual
  9. *
  10. * Topics:
  11. * - @ref skinr_ui_hooks
  12. */
  13. /**
  14. * @defgroup skinr_ui_hooks Skinr UIs hooks
  15. * @{
  16. * Hooks that can be implemented by other modules in order to implement the
  17. * Skinr UI API.
  18. */
  19. /**
  20. * @}
  21. */