Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mopp/doxydoc.vim

This is Vim plugin for supporting input Doxygen.
https://github.com/mopp/doxydoc.vim

Last synced: 2 days ago
JSON representation

This is Vim plugin for supporting input Doxygen.

Awesome Lists containing this project

README

        

## DoxyDoc.vim
This is Vim plugin for supporting input Doxygen.

## Installation
```vim
NeoBundle 'mopp/DoxyDoc.vim'
```

## Usage

```vim
:DoxyDocAuthor
```
Input file header

```vim
:DoxyDoc
```
if There are cursor on the function/constructor, this inputs doxygen comment.

## Note
This supports only C and C++

## Todo
Add other doxygen comment.
Add snippet or complete.

# ScreenShot
![C++](./cpp.gif)