File README.md changed (mode: 100644) (index 0c87787..70922d7) |
... |
... |
or if the script is somewhere in the `$PATH`: |
21 |
21 |
vimdoc2html.py plugin.txt |
vimdoc2html.py plugin.txt |
22 |
22 |
``` |
``` |
23 |
23 |
|
|
|
24 |
|
#### Operation #### |
|
25 |
|
|
|
26 |
|
As a first step, `helpztags` script is used to generate `tags` file similar to |
|
27 |
|
what Vim's `:helptags` command produces. This is needed to know which |
|
28 |
|
references should be turned into hyperlinks. Then the tags and documentation |
|
29 |
|
in Vim's format are processed to produce HTML output. |
|
30 |
|
|
24 |
31 |
#### Options #### |
#### Options #### |
25 |
32 |
|
|
26 |
33 |
##### `-o,--output path` option |
##### `-o,--output path` option |