Documentation Tool - JoySaha11/CSE327_PROJECT GitHub Wiki
Documentation Tool: phpDocumentor
phpDocumentor is a great tool for creating excellent and creative documentation. It is a tool with which it is possible to generate documentation from PHP source code.
Installation Process:
- If you were using Windows, installing PhpDocumentor on Ubuntu is quite simple. So, here is the Ubuntu installation link for Windows. Here is the link Click Here
- Install PHP on Ubuntu. Here is the link to install PHP. Click Here. Then run the command “php - version” to ensure that PHP is installed.
- Go to the project directory in Ubuntu command prompt and follow the instructions on this site for installing Phpdocumentor. Here is the link Click Here