[Freeciv-Dev] [bug #23089] fc_client::init() lacking function header

2014-12-23 Thread mir3x
Update of bug #23089 (project freeciv):

  Status:  Ready For Test = Fixed  
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

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


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23089] fc_client::init() lacking function header

2014-12-21 Thread mir3x
Update of bug #23089 (project freeciv):

  Status:None = Ready For Test 
 Assigned to:None = mir3x  
 Planned Release: = 2.5, trunk 

___

Additional Item Attachment:

File name: qt-headers.patch   Size:2 KB
File name: qt-headers-S25.patch   Size:2 KB


___

Reply to this item at:

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

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


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23089] fc_client::init() lacking function header

2014-12-16 Thread mir3x
Follow-up Comment #1, bug #23089 (project freeciv):

fc_client.h
line 276(S25)   void init(); ( in private section ) 
( line 272 in trunk )

or I misunderstood something ?

___

Reply to this item at:

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

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


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #23089] fc_client::init() lacking function header

2014-12-16 Thread Marko Lindqvist
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
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev