Skip to content
Closed
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
4 changes: 2 additions & 2 deletions for_developers/doxygen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ and tips to be used in source code to generate proper documentation.

## How to generate locally the doxygen documentation
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
Loading