[FFmpeg-cvslog] r24023 - trunk/doc/developer.texi

stefano subversion
Sat Jul 3 20:19:39 CEST 2010


Author: stefano
Date: Sat Jul  3 20:19:38 2010
New Revision: 24023

Log:
State in the guidelines that function and parameter descriptions in
the doxy must use impersonal verbal form.

This form is apparently favored by most English speaker developers,
and has the advantage of being easier to use than the third person
form.

This should hopefully put an end to the Third Person Holy Bikeshed
War.

Modified:
   trunk/doc/developer.texi

Modified: trunk/doc/developer.texi
==============================================================================
--- trunk/doc/developer.texi	Sat Jul  3 19:06:12 2010	(r24022)
+++ trunk/doc/developer.texi	Sat Jul  3 20:19:38 2010	(r24023)
@@ -83,6 +83,9 @@ format (see examples below) so that code
 can be generated automatically. All nontrivial functions should have a comment
 above them explaining what the function does, even if it is just one sentence.
 All structures and their member variables should be documented, too.
+Impersonal form must be used for the function and parameter
+descriptions, e.g. "Set the bikeshed color." is favored over "Sets the
+bikeshed color.".
 @example
 /**
  * @@file mpeg.c



More information about the ffmpeg-cvslog mailing list