doc: Add PHPDoc to IndexController
This commit is contained in:
parent
77b9881a38
commit
2f1d6d7a95
modules/doc/application/controllers
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue