OSOL Paginator 0.0.1
Class to easily make pagination links
OSOL Paginator

This is a simple class that helps creating pagination links while showing master details pages.

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

Date
20th July 2022
Author
Sreekanth Dayanand

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

See also
Source at https://github.com/osolgithub/php-paginator
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
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