diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-14 03:46:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-14 20:49:37 +0200 |
commit | f6f95d4e4930b087851165d84dec1b45e412e86b (patch) | |
tree | 596122234997cf118879ae944f882c859ec3b306 /libavcodec/tiff.h | |
parent | ec679eb4530174fe8d1e06c6010597539f6c1c97 (diff) | |
download | ffmpeg-f6f95d4e4930b087851165d84dec1b45e412e86b.tar.gz |
doxygen: consistently place brief description
Diffstat (limited to 'libavcodec/tiff.h')
-rw-r--r-- | libavcodec/tiff.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index cd7ec830e7..cf890d678b 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -20,10 +20,11 @@ */ /** - * TIFF tables * @file + * TIFF tables * @author Konstantin Shishkov */ + #ifndef AVCODEC_TIFF_H #define AVCODEC_TIFF_H |