Changeset 8fbceb81baeacb8413959994fa5883d342dd111f

Show
Ignore:
Timestamp:
02/16/06 08:22:57 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1140074577 +0000
git-parent:

[8444ce1225006facbe1b6742f8b864c66a64fe0d]

git-author:
Clément Stenac <zorglub@videolan.org> 1140074577 +0000
Message:

Fix a doxygen comment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/mkv.cpp

    rb76d7cf r8fbceb8  
    282282 
    283283 
    284 /**  
    285  * Button Color Information Table  
     284/** 
     285 * Button Color Information Table 
    286286 * Each entry beeing a 32bit word that contains the color indexs and alpha 
    287287 * values to use.  They are all represented by 4 bit number and stored 
    288288 * like this [Ci3, Ci2, Ci1, Ci0, A3, A2, A1, A0].   The actual palette 
    289289 * that the indexes reference is in the PGC. 
    290  * @TODO split the uint32_t into a struct 
     290 * \todo split the uint32_t into a struct 
    291291 */ 
    292292typedef struct { 
     
    294294} ATTRIBUTE_PACKED btn_colit_t; 
    295295 
    296 /**  
     296/** 
    297297 * Button Information 
    298298 *