Re: [Qgis-developer] VERY important discussion re QGIS coding standards

2016-10-07 Thread Stéphane Brunner
Hello, 2016-10-06 0:29 GMT+02:00 Nyall Dawson : > Pretty sure I'm not the only OCD member of the QGIS team who hates > inconsistency and is affected by these issues ;) > > First issue: with doxygen comments, do we go: > > 1. > > /** > * my awesome function > * does

Re: [Qgis-developer] VERY important discussion re QGIS coding standards

2016-10-06 Thread Martin Dobias
Hi Nyall On Thu, Oct 6, 2016 at 6:29 AM, Nyall Dawson wrote: > Pretty sure I'm not the only OCD member of the QGIS team who hates > inconsistency and is affected by these issues ;) > > First issue: with doxygen comments, do we go: > > 1. > > /** > * my awesome function >

Re: [Qgis-developer] VERY important discussion re QGIS coding standards

2016-10-06 Thread Sandro Santilli
My 2 eurocents On Thu, Oct 06, 2016 at 08:29:36AM +1000, Nyall Dawson wrote: > First issue: with doxygen comments, do we go: > > 1. > > /** > * my awesome function > * does something cool > */ > > or > > 2. > > /** my awesome function > * does something cool > */ In GEOS, I've

Re: [Qgis-developer] VERY important discussion re QGIS coding standards

2016-10-05 Thread Nyall Dawson
On 6 October 2016 at 08:51, Matthias Kuhn wrote: > I've been thinking about the same. And have some opinions. > > On 06/10/16 00:29, Nyall Dawson wrote: >> Pretty sure I'm not the only OCD member of the QGIS team who hates >> inconsistency and is affected by these issues ;)

Re: [Qgis-developer] VERY important discussion re QGIS coding standards

2016-10-05 Thread Matthias Kuhn
I've been thinking about the same. And have some opinions. On 06/10/16 00:29, Nyall Dawson wrote: > Pretty sure I'm not the only OCD member of the QGIS team who hates > inconsistency and is affected by these issues ;) > > First issue: with doxygen comments, do we go: > > 1. > > /** > * my

[Qgis-developer] VERY important discussion re QGIS coding standards

2016-10-05 Thread Nyall Dawson
Pretty sure I'm not the only OCD member of the QGIS team who hates inconsistency and is affected by these issues ;) First issue: with doxygen comments, do we go: 1. /** * my awesome function * does something cool */ or 2. /** my awesome function * does something cool */ Second issue: