https://github.com/mrtazz/doxygentoolkit.vim
Doxygen plugin for vim
https://github.com/mrtazz/doxygentoolkit.vim
Last synced: 4 months ago
JSON representation
Doxygen plugin for vim
- Host: GitHub
- URL: https://github.com/mrtazz/doxygentoolkit.vim
- Owner: mrtazz
- Created: 2010-08-03T08:50:12.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-03T08:50:38.000Z (almost 16 years ago)
- Last Synced: 2025-04-14T08:49:10.704Z (about 1 year ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=987
- Size: 95.7 KB
- Stars: 20
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DoxygenToolkit for VIM
This plugin was originally created by Mathias Lorente and is available
[here][1]. I put it on here to be easily usable as a git submodule
for [my vim configuration][2].
### Configuration
Some configuration options can be set in your `~/.vimrc`.
let g:DoxygenToolkit_briefTag_pre="@Synopsis "
let g:DoxygenToolkit_paramTag_pre="@Param "
let g:DoxygenToolkit_returnTag="@Returns "
let g:DoxygenToolkit_blockHeader="-------------------------------"
let g:DoxygenToolkit_blockFooter="---------------------------------"
let g:DoxygenToolkit_authorName="Mathias Lorente"
let g:DoxygenToolkit_licenseTag="My own license" <-- !!! Does not end with "\"
### Thanks
Mathias Lorente for this script.
[1]: http://www.vim.org/scripts/script.php?script_id=987
[2]: http://github.com/mrtazz/vimfiles