doxygen_first_page.php 480 B

1234567891011121314151617181920
  1. <?php
  2. die( "Not a valid entry point\n" );
  3. /**
  4. * This file does not hold any code. It is only there so we can generate
  5. * the doxygen documentation main page.
  6. *
  7. * @file
  8. */
  9. /**
  10. * @mainpage Introduction
  11. *
  12. * Welcome on MediaWiki autogenerated documentation system.
  13. *
  14. * If you are looking to use, install or configure your wiki, you probably
  15. * want to look at the main site: https://www.mediawiki.org/
  16. *
  17. * @note this page is generated from docs/doxygen_first_page.php
  18. */