Doxygen Basics

References reference for tags Video Reference Good Table of Contents Reference Basic Documentation Files Generated Documentation Commonly Used Tags PHP Paginator project with Doxygen Documentation git Documentation Install Download You have to enter email and password, download link will be mailed Start Tripple slashes & a lesstan symbol ///< is single line comment for doxygen…

Developing WordPress Plugin

Short Description WordPress is prefered CMS for sites with Pages and Blogs Detailed Description Types of extensions possible WordPress extensions are called plugins. Plugins can Show Custom Functionalities in Pages and Blogs. See add_shortcode below Extend/Replace Core funtionalities with hooks How system identifies extension Header Requirements /** * Plugin Name * * @package PluginPackage *…