commit febb6bf3953c3a2f74cf9c0600ed34c224300439 Author: Kelsey Bentham Date: Thu Aug 15 12:52:08 2013 -0500 Fix todo formatting. diff --git a/core/modules/overlay/lib/Drupal/overlay/Controller/OverlayController.php b/core/modules/overlay/lib/Drupal/overlay/Controller/OverlayController.php index b6fe82d..cdb14e4 100644 --- a/core/modules/overlay/lib/Drupal/overlay/Controller/OverlayController.php +++ b/core/modules/overlay/lib/Drupal/overlay/Controller/OverlayController.php @@ -17,7 +17,7 @@ /** * Controller routines for overlay routes. * - * TODO: keeping the controllerInterface since we should be injecting + * @todo keeping the controllerInterface since we should be injecting * something to take care of the overlay_render_region() call. */ class OverlayController implements ControllerInterface { @@ -38,7 +38,7 @@ public function __construct() { /** * Prints the markup obtained by rendering a single region of the page. * - * TODO: add a DI for managing the overlay_render_region() call. + * @todo add a DI for managing the overlay_render_region() call. * * @param string * The name of the page region to render.