Skip to content

colindmurray/DoxygenToolkit.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DoxygenToolkit for VIM

This plugin was originally created by Mathias Lorente and is available here. I put it on here to be easily usable as a git submodule for my vim configuration.

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 "\<enter>"

Thanks

Mathias Lorente for this script.

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%