1.: Doxlic---> Add Copyright 2. : Doxauthor----> File Header 3. : Dox----> Function Comment installation process: 1. Create a directory ~/.vim/plugin2. Download doxygentoolkit.vim,3. Put Doxygentoolkit.vim in ~/.vim/plugin4. Edit ~/.VIMRC and add the following:
"Doxygen Toolkit"Let g:doxygentoolkit_brieftag_pre="@name: XUMJ"Let g:doxygentoolkit_paramtag_pre="@param:"Let G:doxygentoolkit_returntag="@returns:"Let g:doxygentoolkit_blockheader="/*******************************************************"Let g:doxygentoolkit_blockfooter="*******************************************************/"Let g:doxygentoolkit_authorname="Stars,[email protected]"Let S:licensetag="\<enter>"Let S:licensetag= S:licensetag."Product series\<enter>"Let S:licensetag= S:licensetag."Copyright (C) 2006 (Beijing.) Technology Ltd., Co.\<enter>"Let S:licensetag= S:licensetag."All right reserved\<enter>"Let S:licensetag= S:licensetag."\<enter>"Let S:licensetag= S:licensetag."$$\<enter>"Let S:licensetag= S:licensetag."todo:\<enter>"Let S:licensetag= S:licensetag."\<enter>"Let S:licensetag= S:licensetag."*******************************************************/"Let G:doxygentoolkit_licensetag=S:licensetaglet G:doxygentoolkit_brieftag_funcname="No"Let g:doxygen_enhanced_color=1Let g:doxygentoolkit_commenttype="C + +"Let G:doxygentoolkit_classtag="@class"
VIM + DOXYGENTOOLKIT.VIM Environment setup