Documentation - CSE327-Project-Group-1/Travel-management-system GitHub Wiki

Tools:

Installation Process

We are using Doxygen as documentation tool for php .

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

Source Code Documentation Example

code_documentration

Html Documentation

document_tool