doc: Add PHPDoc to IndexController

This commit is contained in:
Eric Lippmann 2015-08-27 14:38:36 +02:00
parent 77b9881a38
commit 2f1d6d7a95
1 changed files with 8 additions and 0 deletions
modules/doc/application/controllers

View File

@ -5,8 +5,16 @@ namespace Icinga\Module\Doc\Controllers;
use Icinga\Module\Doc\DocController;
/**
* Documentation module index
*/
class IndexController extends DocController
{
/**
* Documentation module landing page
*
* Lists documentation links
*/
public function indexAction()
{
}