Skip to content

Commit

Permalink
Fix doxygen generation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila authored and vepadulano committed Nov 25, 2024
1 parent 779f737 commit 3bcdb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions for_developers/docs/local_doxygen.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ sidebar:
---

Developers can generate the documentation locally to review the results of their changes
before committing them to the repository. The process is as follows:
before committing them to the repository. First build (and optionally install) ROOT, then the process is as follows:

{% highlight sh %}
$ cd <root_sources>/documentation/doxygen
$ source <root_sources>/bin/thisroot.sh
$ source <root_install_or_build_location>/bin/thisroot.sh
$ make
{% endhighlight %}

Expand Down

0 comments on commit 3bcdb67

Please sign in to comment.