forked from babaybus/DoxygenToolkit.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct insertion position and 'xxx_post' parameters. - Insert position is correct when g:DoxygenToolkit_compactOneLineDoc = "yes" and let g:DoxygenToolkit_commentType = "C++" are set. - When you define: g:DoxygenToolkit_briefTag_pre = "@brief " g:DoxygenToolkit_briefTag_post = "<++>" g:DoxygenToolkit_briefTag_funcName = "yes" Documentation generated with these parameters is something like: /// @brief foo <++> You can configure similarly parameters to get something like: /// @brief foo <++> /// @param bar <++> /// @param baz <++>
- Loading branch information
1 parent
ae3c1c2
commit db70eb8
Showing
1 changed file
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters