commit | 770827cdebfa2eef2fca242374e2660f98eb7b6f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue May 13 17:42:55 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 15 23:04:02 2014 -0700 |
tree | 4ed514e16fbab9d02e3cc81c2a560c7c12c6cd39 | |
parent | fc7d33a98ef48da679a5cec0d0c44767ec137053 [diff] [blame] |
docs: Updating doxygen comments and minor update to normalize API Change-Id: I24686acc36f372ee2eddffaaa6c104f964ceeca4 Refs: #1299
diff --git a/src/security/validator-regex.hpp b/src/security/validator-regex.hpp index fd006c4..e0977a8 100644 --- a/src/security/validator-regex.hpp +++ b/src/security/validator-regex.hpp
@@ -50,7 +50,7 @@ /** * @brief Add a rule for data verification. * - * @param policy The verification rule + * @param rule The verification rule */ inline void addDataVerificationRule(shared_ptr<SecRuleRelative> rule);