Skip to content

Commit 0de2892

Browse files
authored
minor changes
1 parent c57d14e commit 0de2892

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/versioninfo.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Command line output of information on QuantumToolbox, dependencies, and system information
33
=#
44

5-
"""
5+
@doc raw"""
66
QuantumToolbox.versioninfo(io::IO=stdout)
77
88
Command line output of information on QuantumToolbox, dependencies, and system information, same as [`QuantumToolbox.about`](@ref).
@@ -61,7 +61,7 @@ function versioninfo(io::IO = stdout)
6161
return nothing
6262
end
6363

64-
"""
64+
@doc raw"""
6565
QuantumToolbox.about(io::IO=stdout)
6666
6767
Command line output of information on QuantumToolbox, dependencies, and system information, same as [`QuantumToolbox.versioninfo`](@ref).
@@ -98,6 +98,5 @@ function cite(io::IO = stdout)
9898
year = {2025}
9999
}
100100
"""
101-
102101
return println(io, citation)
103102
end

0 commit comments

Comments
 (0)