diff options
Diffstat (limited to 'shino/packages')
-rw-r--r-- | shino/packages/vim.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shino/packages/vim.scm b/shino/packages/vim.scm index a1f9c7e..a9e0434 100644 --- a/shino/packages/vim.scm +++ b/shino/packages/vim.scm @@ -65,7 +65,7 @@ have this executable in your path.") @item Generates a doxygen comment skeleton for a C, C++ or Python function or class, including @code{@@brief}, @code{@@param} (for each named argument), and @code{@@return}. The tag text as well as a comment block header and footer are -configurable. (Consequently, you can have rief, etc. if you wish, with little +configurable. (Consequently, you can have brief, etc. if you wish, with little effort.) @item Ignore code fragment placed in a block defined by #ifdef ... #endif (C/C++). The block name must be given to the function. All of the @@ -73,7 +73,7 @@ corresponding blocks in all the file will be treated and placed in a new block DOX_SKIP_BLOCK (or any other name that you have configured). Then you have to update PREDEFINED value in your doxygen configuration file with correct block name. You also have to set ENABLE_PREPROCESSING to YES. -@item Generate a doxygen group (begining and ending). The tag text is +@item Generate a doxygen group (beginning and ending). The tag text is configurable. @end itemize") (home-page "https://www.vim.org/scripts/script.php?script_id=987") |