Skip to content

mudpile45/vim-phpdoc-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

vim-phpdoc-generator

Update and generate phpdoc vim help files for vim-phpdoc

Idea, code and directions taken from Fumbling In The Dark.

To regenerate the phpdocs use the following commands: svn co http://svn.php.net/repository/phpdoc/modules/doc-en phpdoc find . -name "reference" -print > references.txt find . -name "*.ent" -print > ent.txt mkdir out php parser.php

and put the results in your vim plugin folder.

See vim-phpdoc for more info on how to use the plugin

About

Update and generate phpdoc vim help files for vim-phpdoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages