xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 309 forks source link

Support doxygen comments #174

Open tobiasgrosser opened 12 years ago

tobiasgrosser commented 12 years ago

clang is currently gaining support to parse and export doxygen comments. It would be great to use this to show information about functions, e.g. in the autocomplete menu or when hovering over them. People interested in this should probably follow the commits of gribozavr@gmail.com.

gribozavr commented 11 years ago

This depends on pull request #191.