]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move comments after enum members
authorClaudio Bley <cbley@av-test.de>
Wed, 9 Jan 2013 13:03:50 +0000 (14:03 +0100)
committerClaudio Bley <cbley@av-test.de>
Thu, 17 Jan 2013 11:35:31 +0000 (12:35 +0100)
commited1384dc388a59d2217e54e3bf25ab3957549983
treeebe59ff9648cf2a1f7d5df1726faa7a978e92201
parent245d88251ef93d03deda764fb2c4a59a3079b33c
Move comments after enum members

The api builder always associates comments to the last member it read,
not to the current member even if there was a comment for the previous
member and a comma was already seen.

This has the effect that the comment for the previous member gets
overwritten and the current member has no comment at all.
include/libvirt/libvirt.h.in