Merge pull request #8661 from jamessan/gen_api_vimdoc

gen_api_vimdoc: Make executable and change #! to python3
This commit is contained in:
James McCoy
2018-06-29 21:08:16 -04:00
committed by GitHub

2
scripts/gen_api_vimdoc.py Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Parses Doxygen XML output to generate Neovim's API documentation.
This would be easier using lxml and XSLT, but: