Add irony-eldoc.

It is a minor mode that enables eldoc-mode support (showing docstrings
in minibuffer) for C/C++/ObjC, based on irony-mode, which is based on
libclang. Based on irony-mode and libclang, it is quite precise (except
for ambiguous function calls), and avoids recompilation of files.

https://github.com/ikirill/irony-eldoc
This commit is contained in:
Kirill Ignatiev 2014-12-27 01:04:32 -05:00
parent 3ccb401b60
commit 70511e85e4

1
recipes/irony-eldoc Normal file
View file

@ -0,0 +1 @@
(irony-eldoc :fetcher github :repo "ikirill/irony-eldoc")