]> granicus.if.org Git - libmatroska/commitdiff
Quiet warnings in clang when -Wdocumentation is set.
authorC.W. Betts <computers57@hotmail.com>
Sun, 8 Jan 2017 17:47:30 +0000 (10:47 -0700)
committerC.W. Betts <computers57@hotmail.com>
Sun, 8 Jan 2017 17:47:30 +0000 (10:47 -0700)
matroska/KaxCluster.h

index 70957d3040b302a6577914f8af1d4e5497859bb1..14dc49ba761673aeb4f4b6799a4b2bfca7ca6af0 100644 (file)
@@ -53,19 +53,19 @@ DECLARE_MKX_MASTER_CONS(KaxCluster)
     /*!
       \brief Addition of a frame without references
 
-      \param the timecode is expressed in nanoseconds, relative to the beggining of the Segment
+      \param timecode the timecode is expressed in nanoseconds, relative to the beggining of the Segment
     */
     bool AddFrame(const KaxTrackEntry & track, uint64 timecode, DataBuffer & buffer, KaxBlockGroup * & MyNewBlock, LacingType lacing = LACING_AUTO);
     /*!
       \brief Addition of a frame with a backward reference (P frame)
-      \param the timecode is expressed in nanoseconds, relative to the beggining of the Segment
+      \param timecode the timecode is expressed in nanoseconds, relative to the beggining of the Segment
 
     */
     bool AddFrame(const KaxTrackEntry & track, uint64 timecode, DataBuffer & buffer, KaxBlockGroup * & MyNewBlock, const KaxBlockGroup & PastBlock, LacingType lacing = LACING_AUTO);
 
     /*!
       \brief Addition of a frame with a backward+forward reference (B frame)
-      \param the timecode is expressed in nanoseconds, relative to the beggining of the Segment
+      \param timecode the timecode is expressed in nanoseconds, relative to the beggining of the Segment
 
     */
     bool AddFrame(const KaxTrackEntry & track, uint64 timecode, DataBuffer & buffer, KaxBlockGroup * & MyNewBlock, const KaxBlockGroup & PastBlock, const KaxBlockGroup & ForwBlock, LacingType lacing = LACING_AUTO);