docs: add subpackage tags
This commit is contained in:
parent
431d75f62e
commit
a10090ff24
5 changed files with 15 additions and 0 deletions
|
@ -19,6 +19,9 @@ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'layout/class-footnotes-la
|
|||
* Layout Engine for the administration dashboard.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage admin_layout
|
||||
*/
|
||||
abstract class Footnotes_Layout_Engine {
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
* Handles the Settings interface of the Plugin.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage admin_layout
|
||||
*/
|
||||
class Footnotes_Layout_Init {
|
||||
|
||||
|
|
|
@ -47,6 +47,9 @@ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'layout/class-footnotes-la
|
|||
* Displays and handles all Settings of the Plugin.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage admin_layout
|
||||
*/
|
||||
class Footnotes_Layout_Settings extends Footnotes_Layout_Engine {
|
||||
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
*
|
||||
* @author Stefan Herndler
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage public_widget
|
||||
*/
|
||||
abstract class Footnotes_Widget_Base extends WP_Widget {
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'widget/class-footnotes-wi
|
|||
* Registers a Widget to put the Reference Container to the widget area.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage public_widget
|
||||
*/
|
||||
class Footnotes_Widget_Reference_Container extends Footnotes_Widget_Base {
|
||||
|
||||
|
|
Reference in a new issue