diff --git a/for_developers/docs/local_doxygen.md b/for_developers/docs/local_doxygen.md index 367a6d17..74da964c 100644 --- a/for_developers/docs/local_doxygen.md +++ b/for_developers/docs/local_doxygen.md @@ -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 /documentation/doxygen -$ source /bin/thisroot.sh +$ source /bin/thisroot.sh $ make {% endhighlight %}