Commit a2f31564 authored by Diego Biurrun's avatar Diego Biurrun

doc: remove file name from @file directive in Doxygen usage example

The file name is redundant and brittle across file renamings.
parent f6f95d4e
...@@ -92,7 +92,7 @@ above them explaining what the function does, even if it is just one sentence. ...@@ -92,7 +92,7 @@ above them explaining what the function does, even if it is just one sentence.
All structures and their member variables should be documented, too. All structures and their member variables should be documented, too.
@example @example
/** /**
* @@file mpeg.c * @@file
* MPEG codec. * MPEG codec.
* @@author ... * @@author ...
*/ */
......
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