Change to doxygen comments
diff --git a/ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp b/ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp
index 5d4931d..d7cc9c7 100644
--- a/ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp
+++ b/ndn-cpp/encoding/BinaryXMLStructureDecoder.hpp
@@ -10,6 +10,11 @@
 #include "BinaryXMLStructureDecoder.h"
 
 namespace ndn {
+  
+/**
+ * A BinaryXMLStructureDecoder wraps a C struct ndn_BinaryXMLStructureDecoder and
+ * related functions.
+ */
 class BinaryXMLStructureDecoder {
 public:
   BinaryXMLStructureDecoder() {
@@ -19,6 +24,7 @@
 private:
   struct ndn_BinaryXMLStructureDecoder base;
 };
+
 }
 
 #endif	/* BINARYXMLSTRUCTUREDECODER_HPP */