We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2746c8 commit 3a2681aCopy full SHA for 3a2681a
test/interpolation.jl
@@ -6,6 +6,8 @@ end
6
7
import DocStringExtensions
8
9
+# For TestType(1), it interpolates the function signature, and for
10
+# TestType(1) it interpolates the function body.
11
DocStringExtensions.interpolation(obj::TestType, ex::Expr) = ex.args[obj.value]
12
13
"""
0 commit comments