From: Michael R. Crusoe <crusoe@ucdavis.edu>
Subject: fixes a couple Doxygen warnings
Forwarded: https://github.com/pezmaster31/bamtools/pull/120

--- a/src/api/BamAlignment.h
+++ b/src/api/BamAlignment.h
@@ -149,12 +149,13 @@ private:
     bool IsValidSize(const std::string& tag, const std::string& type) const;
     void SetErrorString(const std::string& where, const std::string& what) const;
     bool SkipToNextTag(const char storageType, char*& pTagData, unsigned int& numBytesParsed) const;
-
+    //! \internal
     // internal data
 private:
     struct BamAlignmentSupportData
     {
 
+        //! \internal
         // data members
         std::string AllCharData;
         uint32_t BlockLength;
@@ -163,6 +164,7 @@ private:
         uint32_t QuerySequenceLength;
         bool HasCoreOnly;
 
+        //! \internal
         // constructor
         BamAlignmentSupportData()
             : BlockLength(0)
@@ -177,7 +179,6 @@ private:
     friend class Internal::BamWriterPrivate;
 
     mutable std::string ErrorString;  // mutable to allow updates even in logically const methods
-    //! \endinternal
 };
 
 // ---------------------------------------------------------
