From da2e26b15f7f6882768f1cb7e8a5be1b1893bf8a Mon Sep 17 00:00:00 2001 From: René Korthaus Date: Tue, 18 Oct 2016 16:38:50 +0200 Subject: Fix doxygen warnings [ci skip] --- src/lib/utils/parsing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/utils/parsing.h') diff --git a/src/lib/utils/parsing.h b/src/lib/utils/parsing.h index db8db198e..c609e821d 100644 --- a/src/lib/utils/parsing.h +++ b/src/lib/utils/parsing.h @@ -39,6 +39,7 @@ BOTAN_DLL std::vector split_on( /** * Split a string on a character predicate * @param str the input string +* @param pred the predicate */ BOTAN_DLL std::vector split_on_pred(const std::string& str, -- cgit v1.2.3