|
From: Florian K. <fl...@ei...> - 2015-04-20 21:46:51
|
On 20.04.2015 23:28, Philippe Waroquiers wrote: > Nice cleanup. > One small comment: wouldn't the description of VG_(sr_as_string)() > better be put in the .h rather than in the .c file ? > The fact that the memory is static (or must be freed by the caller) > is better described there ? I tend to favour small comments in header files and put noteworthy details next to the implementation. But I have no strong feelings and we don't have a policy for this either. So if you want to change it please feel free. Florian |