[cmake-developers] Coding style questions

2012-02-24 Thread Yury G. Kudryashov
Hi! I have a few questions about cmake coding style: 1. Some classes/methods have doxygen comments, others haven't. Will you accept patches that add such comments? 2. The same about 'const' qualifiers on methods. 3. When do you use std::string vs char *? 3a. What is the difference between

Re: [cmake-developers] Coding style questions

2012-02-24 Thread Brad King
On 2/24/2012 2:32 PM, Yury G. Kudryashov wrote: 1. Some classes/methods have doxygen comments, others haven't. Will you accept patches that add such comments? Sure, as long as they are accurate :) We started that way back in the beginning but haven't really maintained it. As more