On Thu, Dec 15, 2011 at 04:31:59PM +0000, Mans Rullgard wrote: > --- a/libavcodec/v410enc.c > +++ b/libavcodec/v410enc.c > @@ -1,6 +1,4 @@ > /* > - * v410 encoder > - * > * Copyright (c) 2011 Derek Buitenhuis > * > * This file is part of Libav. > @@ -20,6 +18,11 @@ > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > */ > > +/** > + * @file > + * v410 encoder > + */
One can argue about this - we have many files with a short description above the copyright line. The Doxygen @file comment is kind of optional. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
