# HG changeset patch # User conrad # Date 1188951806 0 # Node ID 8ac88c6c10e4990e77f9023fe26f77ae0e35cbb9 # Parent 1226842f8de054bcd3df745af9459f0ba9ed9621 Doxygenize comments diff -r 1226842f8de0 -r 8ac88c6c10e4 matroskaenc.c --- a/matroskaenc.c Wed Sep 05 00:23:23 2007 +0000 +++ b/matroskaenc.c Wed Sep 05 00:23:26 2007 +0000 @@ -31,8 +31,8 @@ typedef struct mkv_seekhead { offset_t filepos; - offset_t segment_offset; // the file offset to the beginning of the segment - int reserved_size; // -1 if appending to file + offset_t segment_offset; ///< the file offset to the beginning of the segment + int reserved_size; ///< -1 if appending to file int max_entries; mkv_seekhead_entry *entries; int num_entries;