Skip to content

Commit d67d6d6

Browse files
docs: Auto-generate user / API documentation + vimtags
1 parent 57f514e commit d67d6d6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

doc/lua-console.nvim.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ development and Neovim exploration and configuration. Acts as a user friendly
2222
replacement of command mode - messages loop and as a handy scratch pad to store
2323
and test your code gists.
2424

25-
**Update: although it originated as a tool for Lua development, it has now
26-
evolved into supporting other languages too. See evaluating other languages.**
25+
**Update:** although it originated as a tool for Lua development, it has now
26+
evolved into supporting other languages too. See
27+
|lua-console.nvim-`evaluating-other-languages`|.
2728

2829

2930

doc/lua-console.nvim_api.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
==============================================================================
2+
------------------------------------------------------------------------------
3+
*to_table()*
4+
5+
`to_table`({obj})
6+
7+
Parameters ~
8+
{obj} `(string|string[])`
9+
10+
Return ~
11+
`(string[])`
12+
213
------------------------------------------------------------------------------
314
*show_virtual_text()*
415

doc/tags

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ lua-console.nvim-table-of-contents lua-console.nvim.txt /*lua-console.nvim-table
1212
lua_evaluator() lua-console.nvim_api.txt /*lua_evaluator()*
1313
pretty_print() lua-console.nvim_api.txt /*pretty_print()*
1414
show_virtual_text() lua-console.nvim_api.txt /*show_virtual_text()*
15+
to_table() lua-console.nvim_api.txt /*to_table()*

0 commit comments

Comments
 (0)