mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
doc: use category name for @defvar
This commit is contained in:
parent
3df0a69785
commit
cd86ac5019
5 changed files with 5 additions and 5 deletions
|
|
@ -116,7 +116,7 @@ description
|
|||
@defvrx {Constant} MOST_POSITIVE_FIXNUM
|
||||
These constants mark the limits of a fixnum.
|
||||
@end defvr
|
||||
@defvr {FFI} *use-dffi*
|
||||
@defvr Variable {ffi:*use-dffi*}
|
||||
Description.
|
||||
@end defvr
|
||||
@end verbatim
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@cindex Dynamic foreign function interface
|
||||
|
||||
@lspindex ffi:*use-dffi*
|
||||
@defvr {FFI} {*use-dffi*}
|
||||
@defvr Variable {ffi:*use-dffi*}
|
||||
This variable controls whether @code{DFFI} is used or not.
|
||||
@end defvr
|
||||
|
||||
|
|
|
|||
|
|
@ -676,7 +676,7 @@ The boolean flag.
|
|||
@end defun
|
||||
|
||||
@lspindex ffi:+null-cstring-pointer+
|
||||
@defvr {FFI} {+null-cstring-pointer+}
|
||||
@defvr Variable {ffi:+null-cstring-pointer+}
|
||||
A NULL cstring pointer. This can be used for testing if a cstring
|
||||
returned by a function is NULL.
|
||||
@end defvr
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ Example:
|
|||
@deftypefun cl_object mp_current_process ()
|
||||
@end deftypefun
|
||||
|
||||
@defvr {mp} {*current-process*}
|
||||
@defvr Variable {mp:*current-process*}
|
||||
Returns/holds the current process of a caller.
|
||||
@end defvr
|
||||
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ defined functions, you should issue @code{(setq si:*keep-definitions*
|
|||
t)} at the beginning of your session.
|
||||
|
||||
@lspindex si:*keep-definitions*
|
||||
@defvr {SI} {*keep-definitions*}
|
||||
@defvr Variable {si:*keep-definitions*}
|
||||
If set to @code{T} ECL will preserve the compiled function source code
|
||||
for disassembly and recompilation.
|
||||
@end defvr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue