Skip to content

Commit 5c9c096

Browse files
committed
use @var on sqlite input var names
1 parent f04707a commit 5c9c096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inst/sqlite.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
##
2222
## @subsubheading Inputs
2323
## @table @code
24-
## @item filename
24+
## @item @var{filename}
2525
## Filename of the sqlite database
26-
## @item mode
26+
## @item @var{mode}
2727
## mode for the sqlite access 'readonly', 'connect' (default), 'create'.
2828
## @end table
2929
##
3030
## @subsubheading Outputs
3131
## @table @code
32-
## @item db
32+
## @item @var{db}
3333
## a opened SQLITE database as a octave_sqlite object
3434
## @end table
3535
##

0 commit comments

Comments
 (0)