Skip to content

Commit 3bcdb67

Browse files
m-filavepadulano
authored andcommitted
Fix doxygen generation instructions
1 parent 779f737 commit 3bcdb67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

for_developers/docs/local_doxygen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sidebar:
88
---
99

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

1313
{% highlight sh %}
1414
$ cd <root_sources>/documentation/doxygen
15-
$ source <root_sources>/bin/thisroot.sh
15+
$ source <root_install_or_build_location>/bin/thisroot.sh
1616
$ make
1717
{% endhighlight %}
1818

0 commit comments

Comments
 (0)