security: Add doxygen comments
Change-Id: Ieafe4d13513e626d84ef9e621694f69844785018
diff --git a/src/security/identity-certificate.hpp b/src/security/identity-certificate.hpp
index fa31966..6d6d334 100644
--- a/src/security/identity-certificate.hpp
+++ b/src/security/identity-certificate.hpp
@@ -6,8 +6,8 @@
* See COPYING for copyright and distribution information.
*/
-#ifndef NDN_IDENTITY_CERTIFICATE_HPP
-#define NDN_IDENTITY_CERTIFICATE_HPP
+#ifndef NDN_SECURITY_IDENTITY_CERTIFICATE_HPP
+#define NDN_SECURITY_IDENTITY_CERTIFICATE_HPP
#include "../common.hpp"
#include "certificate.hpp"
@@ -108,6 +108,6 @@
return publicKeyName_;
}
-}
+} // namespace ndn
-#endif
+#endif //NDN_SECURITY_IDENTITY_CERTIFICATE_HPP