libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libjit] [PATCH 3/4] Fix documentation of jit_value_create_constant


From: Niklas Koep
Subject: [Libjit] [PATCH 3/4] Fix documentation of jit_value_create_constant
Date: Sat, 22 Mar 2014 21:24:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Signed-off-by: Niklas Koep <address@hidden>
---
 jit/jit-value.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jit/jit-value.c b/jit/jit-value.c
index f3bae72..387b2e4 100644
--- a/jit/jit-value.c
+++ b/jit/jit-value.c
@@ -415,7 +415,7 @@ jit_value_t jit_value_create_nfloat_constant
 }
  /*@
- * @deftypefun jit_value_t jit_value_create_constant (jit_function_t @var{func}, const jit_constant address@hidden) + * @deftypefun jit_value_t jit_value_create_constant (jit_function_t @var{func}, const jit_constant_t address@hidden) * Create a new constant from a generic constant structure in the specified
  * function.  Returns NULL if out of memory or if the type in
  * @var{const_value} is not suitable for a constant.
--
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]