You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| HEAD of the git master |[browse](https://root.cern/doc/master/){:target="_blank"} |[htmlmaster.tar.gz](https://root.cern/download/htmlmaster.tar.gz)|[tag file](https://root.cern/doc/master/ROOT.tag.gz)|[qch file](https://root.cern/doc/master/ROOT.qch.gz)|
| HEAD of the git master |[browse]({{d}}master/){:target="_blank"} |[htmlmaster.tar.gz](https://root.cern/download/htmlmaster.tar.gz)|[tag file]({{d}}master/ROOT.tag.gz)|[qch file]({{d}}master/ROOT.qch.gz)|
| 6.24 |[browse]({{d}}v624/){:target="_blank"} | {% include download name="html624" %} |||
25
+
| 6.22 |[browse]({{d}}v622/){:target="_blank"} | {% include download name="html622" %} |||
26
+
| 6.20 |[browse]({{d}}v620/){:target="_blank"} | {% include download name="html620" %} |||
27
+
| 6.18 |[browse]({{d}}v618/){:target="_blank"} | {% include download name="html618" %} |||
28
+
| 6.16 |[browse]({{d}}v616/){:target="_blank"} | {% include download name="html616" %} |||
29
+
| 6.14 |[browse]({{d}}v614/){:target="_blank"} | {% include download name="html614" %} |||
30
+
| 6.12 |[browse]({{d}}v612/){:target="_blank"} | {% include download name="html612" %} |||
31
+
| 6.10 |[browse]({{d}}v610/){:target="_blank"} | {% include download name="html610" %} |||
32
+
| 6.08 |[browse]({{d}}v608/){:target="_blank"} | {% include download name="html608" %} |||
33
+
| 6.06 |[browse]({{r}}html606/){:target="_blank"} | {% include download name="html606" %} |||
34
+
| 6.04 |[browse]({{r}}html604/ClassIndex.html){:target="_blank"} | {% include download name="html604" %} |||
35
+
| 6.02 |[browse]({{r}}html602/ClassIndex.html){:target="_blank"} | {% include download name="html602" %} |||
36
+
| 5.34 |[browse]({{r}}html534/ClassIndex.html){:target="_blank"} | {% include download name="html534" %} |||
37
+
| 5.32 || {% include download name="html532" %} |||
38
+
| 5.30 || {% include download name="html530" %} |||
39
+
| 5.28 || {% include download name="html528" %} |||
40
+
| 5.26 || {% include download name="html526" %} |||
41
+
| 5.24 || {% include download name="html524" %} |||
38
42
39
43
If your project documentation is done via Doxygen and it depends on ROOT, you may want to
40
44
link your project documentation to the ROOT reference guide. This can be done using ROOT
41
45
tag file (corresponding to your ROOT version) produced by
42
46
[Doxygen](https://www.doxygen.nl){:target="_blank"} available in the previous table.
43
47
44
48
The .qch column is a file that you can use with [qt-assistant](https://doc.qt.io/qt-5/qtassistant-index.html), or for embedded help functionality in the open-source IDE [QtCreator](https://www.qt.io/download-open-source){:target="_blank"}. For example, pressing F1 on top of a function will take you to its documentation on the [right sidebar](https://www.creatis.insa-lyon.fr/~grenier/?p=273){:target="_blank"}. Hovering the mouse on an object will show you a pop-up with its brief description. You can also consult the HTML reference guide without having to open a web browser or needing Internet access, just by clicking on the Help icon of the left sidebar. To enable these functionalities, go to Tools, Options, Help, Documentation, Add, Select the downloaded qch file (and do not delete it later). More detailed instructions are to be found on [this blog post](https://root.cern/blog/code-horsepower-f1/).
0 commit comments