Skip to content

Commit 2b70f56

Browse files
authored
Fix documentation of @benchmark (#203)
The docstring of `@benchmark` is a raw string literal, hence `@doc` is required.
1 parent a80a7f0 commit 2b70f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function quasiquote!(ex::Expr, vars::Vector{Expr})
321321
return ex
322322
end
323323

324-
raw"""
324+
@doc raw"""
325325
@benchmark <expr to benchmark> [setup=<setup expr>]
326326
327327
Run benchmark on a given expression.

0 commit comments

Comments
 (0)