mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
doc: Add PHPDoc to IndexController
This commit is contained in:
parent
77b9881a38
commit
2f1d6d7a95
@ -5,8 +5,16 @@ namespace Icinga\Module\Doc\Controllers;
|
|||||||
|
|
||||||
use Icinga\Module\Doc\DocController;
|
use Icinga\Module\Doc\DocController;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Documentation module index
|
||||||
|
*/
|
||||||
class IndexController extends DocController
|
class IndexController extends DocController
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Documentation module landing page
|
||||||
|
*
|
||||||
|
* Lists documentation links
|
||||||
|
*/
|
||||||
public function indexAction()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user