mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
gen_api_vimdoc: Make executable and change #! to python3
This commit is contained in:
2
scripts/gen_api_vimdoc.py
Normal file → Executable file
2
scripts/gen_api_vimdoc.py
Normal file → Executable 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:
|
||||||
|
Reference in New Issue
Block a user