Commit f25a2ece authored by Diego Biurrun's avatar Diego Biurrun

Drop explicit filenames from @file Doxygen tags.

The filename is unnecessary and brittle across file renames.
parent 29b3de12
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/lagarith.c * @file
* Lagarith lossless decoder * Lagarith lossless decoder
* @author Nathan Caldwell * @author Nathan Caldwell
*/ */
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/lagarithrac.c * @file
* Lagarith range decoder * Lagarith range decoder
* @author Nathan Caldwell * @author Nathan Caldwell
* @author David Conrad * @author David Conrad
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/lagarithrac.h * @file
* Lagarith range decoder * Lagarith range decoder
* @author Nathan Caldwell * @author Nathan Caldwell
* @author David Conrad * @author David Conrad
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment