On 17 Mar 2015, at 16:19, Thierry Goubier <thierry.goubier@gmail.com> wrote:



2015-03-17 16:07 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:

> On 17 Mar 2015, at 15:59, Sven Van Caekenberghe <sven@stfx.eu> wrote:
>
> All class comments seem to have been modified ?
> Was that intentional ?
>

I think that is an overside of the GIT commit: it commits the comment it gets, and this is the template when there is none.

This also means that those classes appear as having been commented, even if they weren't.

Luckily, that git format is write-only, isn't it? I hope Monticello hasn't that bug.


No, it has not. This is just bug in the code that commits class comments. It does not check if there is none�
(we should change the design and just return nil is there is no comment. The tools than can display something)

Marcus