Skip to content

Instantly share code, notes, and snippets.

@cbrucks
cbrucks / regex_doxygen_param_period_removal.txt
Last active August 29, 2015 14:25
Regex Doxygen param tag trailing period removal
Notepad++ regex search and replace used to remove periods from the end of Doxygen \param descriptions.
search: ^(\s+\*\s+\\param\s+\[[(in),(out)]+\]\s+\w+\s+.*)(\.)$
replace: \1