From a2f31564b4759c02c81f3f4d1be359eb4a18f050 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 14 Jul 2011 03:54:10 +0200 Subject: doc: remove file name from @file directive in Doxygen usage example The file name is redundant and brittle across file renamings. --- doc/developer.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/developer.texi') diff --git a/doc/developer.texi b/doc/developer.texi index 45a4f4476b..208c119753 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -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. @example /** - * @@file mpeg.c + * @@file * MPEG codec. * @@author ... */ -- cgit v1.2.3