parent
66e50ad341
commit
26c403832e
|
@ -1,11 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
namespace Icinga\Module\Doc\Controllers;
|
||||||
|
|
||||||
use Icinga\Application\Icinga;
|
use Icinga\Application\Icinga;
|
||||||
use Icinga\Module\Doc\DocController;
|
use Icinga\Module\Doc\DocController;
|
||||||
use Icinga\Module\Doc\Exception\DocException;
|
use Icinga\Module\Doc\Exception\DocException;
|
||||||
|
|
||||||
class Doc_ModuleController extends DocController
|
class ModuleController extends DocController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Get the path to a module documentation
|
* Get the path to a module documentation
|
||||||
|
|
Loading…
Reference in New Issue