doxygen: fix wrong comment syntax, //< vs. ///<

This commit is contained in:
Diego Biurrun
2011-08-05 13:15:04 +02:00
parent 0138a8dead
commit 0249478756
13 changed files with 35 additions and 35 deletions

View File

@@ -89,9 +89,9 @@ typedef struct StreamMap {
* select an input file for an output file
*/
typedef struct MetadataMap {
int file; //< file index
char type; //< type of metadata to copy -- (g)lobal, (s)tream, (c)hapter or (p)rogram
int index; //< stream/chapter/program number
int file; ///< file index
char type; ///< type of metadata to copy -- (g)lobal, (s)tream, (c)hapter or (p)rogram
int index; ///< stream/chapter/program number
} MetadataMap;
typedef struct ChapterMap {