This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doxygen: fix usage of
@file
directive in libavutil/{dict,file}.h
tags/n0.9
Reinhard Tartler
14 years ago
parent
807aa2d8f3
commit
134557f3a4
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavutil/dict.h
+2
-1
libavutil/file.h
+ 2
- 1
libavutil/dict.h
View File
@@ -18,7 +18,8 @@
*/
/**
* @file Public dictionary API.
* @file
* Public dictionary API.
*/
#ifndef AVUTIL_DICT_H
+ 2
- 1
libavutil/file.h
View File
@@ -22,7 +22,8 @@
#include "avutil.h"
/**
* @file misc file utilities
* @file
* Misc file utilities.
*/
/**
Write
Preview
Loading…
Cancel
Save