security: Add doxygen comments
Change-Id: Ieafe4d13513e626d84ef9e621694f69844785018
diff --git a/src/security/sec-rule.hpp b/src/security/sec-rule.hpp
index c175863..496b33d 100644
--- a/src/security/sec-rule.hpp
+++ b/src/security/sec-rule.hpp
@@ -5,14 +5,13 @@
* See COPYING for copyright and distribution information.
*/
-#ifndef NDN_SEC_RULE_HPP
-#define NDN_SEC_RULE_HPP
+#ifndef NDN_SECURITY_SEC_RULE_HPP
+#define NDN_SECURITY_SEC_RULE_HPP
#include "../common.hpp"
#include "../data.hpp"
-namespace ndn
-{
+namespace ndn {
class SecRule
{
@@ -52,6 +51,6 @@
return m_isPositive;
}
-}
+} // namespace ndn
-#endif
+#endif //NDN_SECURITY_SEC_RULE_HPP