[FFmpeg-cvslog] r9376 - trunk/libavformat/matroskadec.c
matthieu castet
castet.matthieu
Wed Jun 20 20:54:02 CEST 2007
Guillaume POIRIER wrote:
> Hi,
>
> On 6/20/07, reimar <subversion at mplayerhq.hu> wrote:
>> Author: reimar
>> Date: Wed Jun 20 19:37:11 2007
>> New Revision: 9376
>>
>> Log:
>> Fix @file in matroskadec.c, it was still matroska.c
>>
>>
>> Modified:
>> trunk/libavformat/matroskadec.c
>>
>> Modified: trunk/libavformat/matroskadec.c
>> ==============================================================================
>> --- trunk/libavformat/matroskadec.c (original)
>> +++ trunk/libavformat/matroskadec.c Wed Jun 20 19:37:11 2007
>> @@ -20,7 +20,7 @@
>> */
>>
>> /**
>> - * @file matroska.c
>> + * @file matroskadec.c
>> * Matroska file demuxer
>> * by Ronald Bultje <rbultje at ronald.bitfreak.net>
>> * with a little help from Moritz Bunkus <moritz at bunkus.org>
>
> IMHO, this tags are pretty useless here: doxygen has no problem making
> the connection code doc<=>source file
>
IIRC with some configuration, doxygen refuse to parse files if the @file
doesn't match file name.
Matthieu
More information about the ffmpeg-cvslog
mailing list