Skip to content

Commit 849bb9b

Browse files
committed
Add docstrings
This commit add interactive help to ROOT.jl. Docstrings were generated for all types and functions from the C++ doxy docstrings
1 parent 3f6c3a8 commit 849bb9b

File tree

2 files changed

+57639
-0
lines changed

2 files changed

+57639
-0
lines changed

src/ROOT.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,17 @@ else
9292

9393
include("def_args.jl")
9494
include("move.jl")
95+
96+
@doc """
97+
ROOT.TVectorD
98+
99+
Alias for [ROOT.TVectorT{Float64}](@ref)
100+
"""
101+
const TVectorD = TVectorT{Float64}
95102

96103
include("ROOTex.jl")
97104
include("demo.jl")
105+
include("ROOTdoc.jl")
98106
end
99107

100108
function __init__()

0 commit comments

Comments
 (0)