mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
19 lines
478 B
PHP
19 lines
478 B
PHP
<?php
|
|
die("Not a valid entry point\n");
|
|
/**
|
|
* This file does not hold any code. It is only there so we can generate
|
|
* the doxygen documentation main page.
|
|
*
|
|
* @file
|
|
*/
|
|
|
|
/**
|
|
* @mainpage Introduction
|
|
*
|
|
* Welcome on MediaWiki autogenerated documentation system.
|
|
*
|
|
* If you are looking to use, install or configure your wiki, you probably
|
|
* want to look at the main site: https://www.mediawiki.org/
|
|
*
|
|
* @note this page is generated from docs/doxygen_first_page.php
|
|
*/
|