Hello, "Alberto Parnaso" <[email protected]> wrote :
> Hi, I am looking for an automatic tool/pluging to use in VIM for > documentation. Something like javadoc. Do anyone know any? > Thanks! and regards.. What are you looking for exactly ? - vim already has syntax highlighting for doxygen/javadoc comments - a few plugins helps to define comments related to the function to comment (I'm maintaining one for C++/doxygen that extracts all it can from function signature (whether something is returned, the direction of the parameters (in/out), exception specifications) - something that displays the javadoc/doxygen documentation associated to the current symbol (class/function/...) ? However, I'm not aware of any plugin that implements such a feature. -- Luc Hermitte http://lh-vim.googlecode.com/ http://hermitte.free.fr/vim/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
