add Doxygen documentation
[o-du/phy.git] / docs / Doxygen / terminal_commands.txt
1 # Terminal commands for generating doxygen docs
2
3 # open terminal on the phy/docs/Doxygen folder
4
5 cd docs/Doxygen
6
7 # generate the Doxyfile (if not using the sample)
8 # commented because using the sample Doxyfile
9 # doxygen -g
10
11 # run the doxygen
12
13 doxygen Doxyfile
14
15 # the html files will generated on the phy/docs/API folder