security: Add doxygen comments

Change-Id: Ieafe4d13513e626d84ef9e621694f69844785018
diff --git a/src/security/key-chain.hpp b/src/security/key-chain.hpp
index 981dfce..7a3ff42 100644
--- a/src/security/key-chain.hpp
+++ b/src/security/key-chain.hpp
@@ -6,8 +6,8 @@
  * See COPYING for copyright and distribution information.
  */
 
-#ifndef NDN_KEY_CHAIN_HPP
-#define NDN_KEY_CHAIN_HPP
+#ifndef NDN_SECURITY_KEY_CHAIN_HPP
+#define NDN_SECURITY_KEY_CHAIN_HPP
 
 #include "identity-certificate.hpp"
 #include "public-key.hpp"
@@ -539,7 +539,7 @@
 
 };
 
-}
+} // namespace ndn
 
 
 
@@ -559,4 +559,4 @@
 
 #endif //NDN_CPP_HAVE_OSX_SECURITY
 
-#endif
+#endif //NDN_SECURITY_KEY_CHAIN_HPP