Issue #2469965 by tadityar, jeanfei: Bad @file doc blocks in core/modules/system/*.api.php

8.0.x
Alex Pott 2015-04-15 11:02:19 +02:00
parent a16cbda00e
commit 9c99c595af
5 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
/** /**
* @file * @file
* Hooks provided the Entity module. * Hooks and documentation related to entities.
*/ */
use Drupal\Core\Entity\FieldableEntityInterface; use Drupal\Core\Entity\FieldableEntityInterface;

View File

@ -2,7 +2,7 @@
/** /**
* @file * @file
* Hooks related to the Menu system. * Hooks and documentation related to the menu system, routing, and links.
*/ */
/** /**

View File

@ -1,7 +1,8 @@
<?php <?php
/** /**
* @file * @file
* Hooks provided by Drupal core and the System module. * Hooks related to module and update systems.
*/ */
use Drupal\Core\Utility\UpdateException; use Drupal\Core\Utility\UpdateException;

View File

@ -2,7 +2,7 @@
/** /**
* @file * @file
* Hooks provided by Drupal core and the System module. * Hooks provided by the System module.
*/ */
use Drupal\Component\Utility\SafeMarkup; use Drupal\Component\Utility\SafeMarkup;

View File

@ -1,5 +1,10 @@
<?php <?php
/**
* @file
* Hooks and documentation related to the theme and render system.
*/
/** /**
* @defgroup themeable Theme system overview * @defgroup themeable Theme system overview
* @{ * @{