summaryrefslogtreecommitdiff
path: root/www/wiki/docs/doxygen_first_page.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/docs/doxygen_first_page.php
first commit
Diffstat (limited to 'www/wiki/docs/doxygen_first_page.php')
-rw-r--r--www/wiki/docs/doxygen_first_page.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/wiki/docs/doxygen_first_page.php b/www/wiki/docs/doxygen_first_page.php
new file mode 100644
index 00000000..77ae1dcf
--- /dev/null
+++ b/www/wiki/docs/doxygen_first_page.php
@@ -0,0 +1,19 @@
+<?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
+ */