Files
neovim/scripts
smolck 46bde66147 gen_vimdoc.py: dump API docs to msgpack #11296
Convenient for API clients who want to reuse the API docs in their own
docs. Could be used e.g. to eliminate nvim.net's own doxygen parser:
3a736232a4/src/NvimClient.APIGenerator/Docs

TODO: currently the result values are formatted as Vim help docs. We
should change the values to have structure, something like this:

    [{
      'nvim_win_get_var': [
        'line1,
        'line2',
        [ 'item1', 'item2', ... ]
      ],
      'nvim_win_set_var': [
        ...
      ],
      ...
    }]

close #11296
2019-10-26 15:31:15 -07:00
..
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2019-05-25 10:00:41 +02:00
2019-09-15 23:08:40 -07:00
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2017-12-27 12:30:55 +01:00