Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight changes to Step 2 of Running Doxygen. #112

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
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