Browse Source

doxygen: fix usage of @file directive in libavutil/{dict,file}.h

tags/n0.9
Reinhard Tartler 14 years ago
parent
commit
134557f3a4
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      libavutil/dict.h
  2. +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.
*/

/**


Loading…
Cancel
Save