security: Add doxygen comments
Change-Id: Ieafe4d13513e626d84ef9e621694f69844785018
diff --git a/src/security/sec-rule-relative.hpp b/src/security/sec-rule-relative.hpp
index 1d763de..59c8f09 100644
--- a/src/security/sec-rule-relative.hpp
+++ b/src/security/sec-rule-relative.hpp
@@ -6,14 +6,13 @@
*/
-#ifndef NDN_SEC_RULE_RELATIVE_HPP
-#define NDN_SEC_RULE_RELATIVE_HPP
+#ifndef NDN_SECURITY_SEC_RULE_RELATIVE_HPP
+#define NDN_SECURITY_SEC_RULE_RELATIVE_HPP
#include "sec-rule.hpp"
#include "../util/regex.hpp"
-namespace ndn
-{
+namespace ndn {
class SecRuleRelative : public SecRule
{
@@ -53,6 +52,6 @@
Regex m_signerNameRegex;
};
-}//ndn
+} // namespace ndn
-#endif
+#endif //NDN_SECURITY_SEC_RULE_RELATIVE_HPP