]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: newapi.xsl: Generate overall docs for enums too
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 23 May 2023 16:46:58 +0000 (18:46 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 May 2023 12:22:34 +0000 (14:22 +0200)
commit6a15e222655eb6ba2b4140d89a8bff0276bab251
tree2405f3f4c1754de02eb61d4420ed30347d39ef49
parent1fa7443dc75ec3795935c41e5415323de2bffa9f
docs: newapi.xsl: Generate overall docs for enums too

There are/can be overall docs for enums (e.g.
virDomainModificationImpact) not just individual values. But
these never make it into the generated HTML which is a bit
unfortunate as they can contain valuable information for users.

Generate a block with overall enum documentation, just like we do
for functions.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
docs/newapi.xsl