X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FDoxygen%2Fterminal_commands.txt;fp=docs%2FDoxygen%2Fterminal_commands.txt;h=d6637857ab911856b244fda345f8fa09ecacb62c;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/Doxygen/terminal_commands.txt b/docs/Doxygen/terminal_commands.txt new file mode 100644 index 0000000..d663785 --- /dev/null +++ b/docs/Doxygen/terminal_commands.txt @@ -0,0 +1,15 @@ +# Terminal commands for generating doxygen docs + +# open terminal on the phy/docs/Doxygen folder + +cd docs/Doxygen + +# generate the Doxyfile (if not using the sample) +# commented because using the sample Doxyfile +# doxygen -g + +# run the doxygen + +doxygen Doxyfile + +# the html files will generated on the phy/docs/API folder