Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LaTeX.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h1>Running doxygen</h1>

<br>

<p>2. On Linux just run the command <code>doxygen -g</code> (in the folder where the code is) to create a configuration file called Doxyfile, then run <code>doxygen Doxyfile</code> 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.</p>
<p>2. On Linux just run the command <code>doxygen -g</code> (in the folder where the code is) to create a configuration file called Doxyfile, then run <code>doxygen Doxyfile</code> to generate the documentation. If you want to use the GUI as described in the rest of this guide, you can run <code>sudo apt install doxygen-gui</code> to install the doxywizard GUI. Open doxywizard with the command <code>doxywizard</code>. 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.</p>

<br>

Expand Down