security: Add doxygen comments
Change-Id: Ieafe4d13513e626d84ef9e621694f69844785018
diff --git a/src/security/sec-rule-specific.hpp b/src/security/sec-rule-specific.hpp
index 2b7b355..1e961a0 100644
--- a/src/security/sec-rule-specific.hpp
+++ b/src/security/sec-rule-specific.hpp
@@ -5,14 +5,14 @@
* See COPYING for copyright and distribution information.
*/
-#ifndef NDN_SEC_RULE_SPECIFIC_H
-#define NDN_SEC_RULE_SPECIFIC_H
+#ifndef NDN_SECURITY_SEC_RULE_SPECIFIC_H
+#define NDN_SECURITY_SEC_RULE_SPECIFIC_H
#include "../common.hpp"
#include "sec-rule.hpp"
#include "../util/regex.hpp"
-namespace ndn{
+namespace ndn {
class SecRuleSpecific : public ndn::SecRule
{
@@ -43,6 +43,6 @@
ndn::shared_ptr<ndn::Regex> m_signerRegex;
};
-}
+} // namespace ndn
-#endif
+#endif //NDN_SECURITY_SEC_RULE_SPECIFIC_H