diff --git a/LaTeX.html b/LaTeX.html index 98934cb..bc6e706 100644 --- a/LaTeX.html +++ b/LaTeX.html @@ -274,7 +274,7 @@

Running doxygen


-

2. On Linux just run the command doxygen -g (in the folder where the code is) to create a configuration file called Doxyfile, then run doxygen Doxyfile to generate the documentation. Open doxywizard. At the top of the doxywizard page, under “Specify the working directory from which doxygen will run”, select the pathway to the project you want to document.

+

2. On Linux just run the command doxygen -g (in the folder where the code is) to create a configuration file called Doxyfile, then run doxygen Doxyfile to generate the documentation. If you want to use the GUI as described in the rest of this guide, you can run sudo apt install doxygen-gui to install the doxywizard GUI. Open doxywizard with the command doxywizard. At the top of the doxywizard page, under “Specify the working directory from which doxygen will run”, select the pathway to the project you want to document.