gen_api_vimdoc: Make executable and change #! to python3

This commit is contained in:
James McCoy
2018-06-29 18:46:05 -04:00
parent a98a1d10e3
commit 85d5bf81b9

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. """Parses Doxygen XML output to generate Neovim's API documentation.
This would be easier using lxml and XSLT, but: This would be easier using lxml and XSLT, but: