aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/uri-map
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12Put all code documentation in an "lv2" groupDavid Robillard1-0/+1
This makes it feasible to merge the LV2 documentation into more broad documentation in a meta-project.
2020-02-16Make all specifications a lv2:SpecificationDavid Robillard1-1/+2
2020-02-16Normalise syntax of all specification data with serdiDavid Robillard3-4/+7
2019-04-27Fix broken linksDavid Robillard1-3/+0
2019-04-27Flatten documentation to fix fragment linksDavid Robillard1-1/+1
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>.
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard1-2/+2
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2018-09-23Aggressively deprecate uri-map extensionDavid Robillard1-0/+8
2018-09-22Install standard headers to simpler include pathsDavid Robillard4-0/+197