first import
This commit is contained in:
24
sites/all/modules/skinr/skinr_ui.api.php
Normal file
24
sites/all/modules/skinr/skinr_ui.api.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
Reference in New Issue
Block a user