Some lint tools warn about this, it's less work to just change it than
configure them specially. There was previously some inconsistency with spaces
and tabs anyway.
Similar to the previous commit, this was non-standard and caused documentation
issues. With this commit, the data structures index page looks as expected.
Unlike the previous commit, though, these names are actually needed because the
struct definition refers to itself. Simply use the same name instead of the
underscore prefix, since the "struct namespace" in C is different anyway.
These are not necessary since they are not recursive types, and the names
violated the C standard. There also seems to be a bug in Doxygen where
TYPEDEF_HIDES_STRUCT was not working, which made the documentation confusing
and ugly.
Strictly speaking, this could break user code that used these names directly,
but this was never intended to be supported and should be fixed if it actually
occurs anywhere.
This is rather annoying, but unfortunately xsd:decimal is not a related type to
xsd:float. A future smarter version of the validator will be able to deal with
this, but for now we'll have to be explicit and tolerate a bit of unpleasant
syntactic noise.
Gitlab now has shared Windows runners, which is cool, but unfortunately they
don't have Python, so they are useless here and will cause failed builds if
they pick up the job.
This removes all the extra bundle content from the documentation output and
instead makes pages directly at the URI of specifications. This way, links to
fragments in spec pages (which are often copy and pasted) are correct fragment
identifiers like <http://lv2plug.in/ns/lv2core#Plugin> instead of
<http://lv2plug.in/ns/lv2core/#Plugin>.