Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mopp/doxydoc.vim
- Owner: mopp
- Created: 2014-01-19T04:54:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T10:19:10.000Z (over 10 years ago)
- Last Synced: 2024-05-02T00:21:44.965Z (9 months ago)
- Language: VimL
- Size: 5.42 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)