25 lines
435 B
PHP
25 lines
435 B
PHP
<?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.
|
|
*/
|
|
|
|
/**
|
|
* @}
|
|
*/
|