diff options
Diffstat (limited to 'devel/geany-plugin-doc/pkg-descr')
-rw-r--r-- | devel/geany-plugin-doc/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/geany-plugin-doc/pkg-descr b/devel/geany-plugin-doc/pkg-descr new file mode 100644 index 000000000000..5fb34b4e9331 --- /dev/null +++ b/devel/geany-plugin-doc/pkg-descr @@ -0,0 +1,8 @@ +Geanydoc is plugin for Geany IDE that allow execute specified +commands on the current word at the cursor position. This word is +passed as an argument to these commands. It allow either place +output of these commands in geany buffer *DOC* or just execute +external program. Geanydoc is intended to be used for searching +documentation API in different sources. + +WWW: http://plugins.geany.org/geanydoc.html |