Follow-up Comment #2, bug #23089 (project freeciv):

You speak about function prototype. Function header this ticket is about is
the comment documenting the function.

>From CodingStyle:

- Every function should have a comment header. The comment should look like
  the example below, indented by two spaces. It should be above the
  function's implementation, not the prototype:

/****************************************************************************
  The description of the function should be here. Also describe what is
  expected of the arguments if it is not obvious. Especially note down any
  non-trivial assumptions that the function makes.

  Do _not_ introduce a new function without some sort of comment.
****************************************************************************/

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?23089>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to