Change to doxygen comments
diff --git a/ndn-cpp/encoding/BinaryXMLStructureDecoder.h b/ndn-cpp/encoding/BinaryXMLStructureDecoder.h
index 40ac782..ad10fcf 100644
--- a/ndn-cpp/encoding/BinaryXMLStructureDecoder.h
+++ b/ndn-cpp/encoding/BinaryXMLStructureDecoder.h
@@ -12,12 +12,12 @@
 #endif
 
 struct ndn_BinaryXMLStructureDecoder {
-  int gotElementEnd; // boolean
+  int gotElementEnd; /**< boolean */
   unsigned int offset;
   int level;
   int state;
   unsigned int headerLength;
-  int useHeaderBuffer; // boolean
+  int useHeaderBuffer; /**< boolean */
   // 10 bytes is enough to hold an encoded header with a type and a 64 bit value.
   unsigned char headerBuffer[10];
   int nBytesToRead;