author | Aleksey Demakov <ademakov@gmail.com> | 2007年02月12日 21:38:44 +0000 |
---|---|---|
committer | Aleksey Demakov <ademakov@gmail.com> | 2007年02月12日 21:38:44 +0000 |
commit | ea9d00ae23ba6fb78a07b63b8b03c28bcb44649b (patch) | |
tree | 7faba516bdc7c2c8eedfabd99312c045fdac32c1 /jitplus/jit-plus-function.cpp | |
parent | bf4a7a5c425db64aa31f7fe14849041549e13c4f (diff) | |
download | libjit-ea9d00ae23ba6fb78a07b63b8b03c28bcb44649b.tar.gz |
-rw-r--r-- | jitplus/jit-plus-function.cpp | 4 |
diff --git a/jitplus/jit-plus-function.cpp b/jitplus/jit-plus-function.cpp index 4fcf3bf..716cd73 100644 --- a/jitplus/jit-plus-function.cpp +++ b/jitplus/jit-plus-function.cpp @@ -52,7 +52,7 @@ public: jit_type_t const jit_function::end_params = (jit_type_t)0; /*@ - * @defop Constructor jit_function jit_function ({jit_context&} context, jit_type_t signature) + * @defop Constructor jit_function jit_function ({jit_context& context}, jit_type_t signature) * Constructs a new function handler with the specified @code{signature} in * the given @code{context}. It then calls @code{create(signature)} to * create the actual function. @@ -69,7 +69,7 @@ jit_function::jit_function(jit_context& context, jit_type_t signature) } /*@ - * @defop Constructor jit_function jit_function ({jit_context&} context) + * @defop Constructor jit_function jit_function ({jit_context& context}) * Constructs a new function handler in the specified @code{context}. * The actual function is not created until you call @code{create()}. * @end defop |