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 2b0c920 commit 9ac5644Copy full SHA for 9ac5644
src/APITools.jl
@@ -3,6 +3,7 @@ __precompile__(true)
3
API Tools package
4
5
Copyright 2018 Gandalf Software, Inc., Scott P. Jones
6
+
7
Licensed under MIT License, see LICENSE.md
8
9
(@def macro "stolen" from DiffEqBase.jl/src/util.jl :-) )
@@ -68,6 +69,7 @@ const APIList = Tuple{Vararg{API}}
68
69
macro api(cmd::Symbol)
70
if cmd == :init
71
quote
72
+ export @api
73
global __tmp_api__ = APITools.TMP_API()
74
global __tmp_chain__ = Vector{APITools.API}[]
75
end
0 commit comments