PHP Doxygen Project 0.0.1
Project to demonstrate documenting php projects for Doxygen
PHP Doxygen(index.php)

PHP Doxygen is a simple project to demonstrate documenting php projects for Doxygen

This is the index.php page for the project.
Since **mainpage*** tag is used, comments in this page will be displayed on the top of home page of Doxygen Documentation
This project tries to explain documenting PHP projects with doxygen tags for

  1. Plain PHP pages
  2. Classes
  3. Adding extra documentation pages
Date
29th August 2021
Author
Sreekanth

This details is added with details tag and will be displayed below all the other tags

This details is added with additional details tag, to demonstrate use of paragraphs

Paragraph title with par tag
first line adding line break 1
second line adding line break

Paragraph title with par tag
<?php
//Some code / sketch
echo "Hello world";
?>

Code displayed with markdown tag. For this 'EXAMPLE_PATH' (in Expert Tab >> Topic >> Input must be set to the folder where example codee files are saved

Including other php files with include tag
<?php
//Example php page included in main page
?>
Remarks
Licence is added with ALIAS. https://stackoverflow.com/questions/12353409/doxygen-and-license-copyright-informations
Read me file should be like

Any other information that needs to be shown at the bottom of main page in documentation may be placed at the bottom in markdown language w/o tags