From d3014a9eb10803bef0542c65a2d418c86d4c2e8b Mon Sep 17 00:00:00 2001 From: EshaHaque Date: Tue, 25 Jul 2023 16:20:44 -0400 Subject: [PATCH 1/2] Slight changes to Step 2 of Running Doxygen. --- LaTeX.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaTeX.html b/LaTeX.html index 98934cb..aeec594 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. You can then 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.


From 30d4f667d35c00f3dbc9d2bd99fe24bff8e078cc Mon Sep 17 00:00:00 2001 From: EshaHaque Date: Fri, 4 Aug 2023 16:46:35 -0400 Subject: [PATCH 2/2] Updated wording for clarity in doxygen guide --- LaTeX.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaTeX.html b/LaTeX.html index aeec594..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. You can then 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.

+

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.