fix(docs): clean up non-docstring comments for vimdoc gen

These non-docstring comments can be included into doxygen's brief
description and then appear in the succeeding function documentation.
This commit is contained in:
Jongwook Choi
2023-12-28 18:00:30 -05:00
parent 1a31d4cf2b
commit 67f5332344
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
--- Text processing functions.
-- Text processing functions.
local M = {}