Documentation - CSE327-Project-Group-1/Travel-management-system GitHub Wiki
Tools:
Installation Process
We are using Doxygen as documentation tool for php .
- Go (https://www.doxygen.nl/index.html) for install the steup file.
- Follow the steps showed in the YouTube Video below (Link Given): Installation Doxygen
Using Doxygen
Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL and to some extent D.
- Follow the steps showed in the YouTube Video below to have an idea about how to generate documentation from PHP source codes using “Doxygen” documentation tool (Link Given): How to Use Doxygen