]> xenbits.xensource.com Git - libvirt.git/commit
syntax-check: Enforce <code> inside <dt> elements
authorAndrea Bolognani <abologna@redhat.com>
Fri, 22 Apr 2016 09:12:10 +0000 (11:12 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 25 Apr 2016 10:09:34 +0000 (12:09 +0200)
commit1f29f3da065ef12d3ec39c3c673186f8ea6d764e
treedddd90789547841f38111a6a844a01baeec691ae
parentd195cffa2e1b38aa6687ed2fc906658822721363
syntax-check: Enforce <code> inside <dt> elements

Commit 61b070cf20b5 cleaned up a number of cases where the <dt>
element was used to document symbols, but the symbol itself was
not inside a <code> element.

To make sure we don't end up having to clean up again a few
months from now, introduce a syntax-check rule that can spot
such mistakes.

All existing exceptions are marked as such, with either file
or line granularity depending on the case.
cfg.mk
docs/formatsnapshot.html.in
docs/remote.html.in