aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26Fix specification directory indexDavid Robillard1-2/+3
2020-04-26Fix htaccess filesDavid Robillard1-3/+3
2020-04-26Add Doxygen layout file to move detailed description to the topDavid Robillard2-1/+227
2020-04-10Update documentation styleDavid Robillard4-447/+592
2020-03-28Switch to 2-space indentation for all CSSDavid Robillard2-745/+745
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.
2020-02-16Remove deprecated Doxygen configuration keysDavid Robillard1-15/+0
2020-02-09Fix arrow style in API documentationDavid Robillard1-2/+8
Hiding this broke the indentation for nested lists. This reverts to something like the default Doxygen style.
2019-04-27Flatten documentation to fix fragment linksDavid Robillard1-3/+3
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-03-24Clean up API documentation main pageDavid Robillard3-23/+5
2019-03-24Remove history from top level specifications pageDavid Robillard1-15/+1
This is moving to the homepage, since it clutters up the documentation less, and can be syndicated that way.
2019-03-24Use lighter and more consistent documentation styleDavid Robillard4-387/+494
2019-03-24Remove ugly Doxygen image from API documentation footerDavid Robillard3-197/+23
2019-03-24Fix Javascript-less API documentation menusDavid Robillard1-1/+1
2019-03-24Hide deprecation macro gunk in documentationDavid Robillard1-3/+3
2019-03-24Use consistent code colours in Doxygen and Pygments outputDavid Robillard1-19/+7
2019-03-24Share Pygments stylesheetDavid Robillard2-97/+33
2019-03-24Update Doxygen configuration fileDavid Robillard1-52/+119
2018-09-22Install standard headers to simpler include pathsDavid Robillard2-28/+124
2016-10-14Fix table styleDavid Robillard1-18/+28
2016-09-29Use more consistent coloursDavid Robillard1-5/+6
2016-09-20Fix documentation code font consistencyDavid Robillard1-2/+3
2016-09-20Fix documentation title colourDavid Robillard1-6/+6
2016-09-18Tidy up API documentation font sizes and spacingDavid Robillard1-10/+6
2016-09-18Fix description tables in documentationDavid Robillard1-30/+42
This fixes the display of complex descriptions where properties have blank node values, and makes the output more deterministic. Most obvious in the description of params:EnvelopeControls.
2016-09-10Further simplify and unify documentation styleDavid Robillard2-34/+17
2016-09-10Document all URI definesDavid Robillard1-3/+3
This makes headers somewhat redundant and too wide, but it's the only way I can get Doxygen to make links to the corresponding spec documentation, because it doesn't linkify URIs in strings.
2016-09-09Use cleaner, more consistent documentation styleDavid Robillard2-102/+107
2016-08-27Update documentation styleDavid Robillard2-158/+287
Conflicts: doc/doxy-style.css
2015-01-19Fix too long prototype lines in Doxygen.David Robillard1-1/+1
2015-01-18Fix margin of meta table.David Robillard1-1/+1
2015-01-18Fix whitespacee.David Robillard1-2/+2
2014-11-26Clean up CSS.David Robillard1-22/+35
2014-11-26More uniform documentation style.David Robillard1-30/+19
2014-11-26Fix Doxygen output directory.David Robillard1-1/+1
2014-11-25Fix building documentation from clean repository.David Robillard1-29/+29
2014-11-25Single-page API documentation with unified style.David Robillard5-57/+392
2014-11-23Update reference docs style to match new website.David Robillard1-21/+35
2014-08-08Inline Pygments style since CSS @import doesn't seem to be working.David Robillard1-1/+62
2014-08-05More consistent book table styling.David Robillard1-7/+13
2014-08-05Improve book style.David Robillard3-64/+594
2014-07-28Add description, date, and change log to documentation index.David Robillard1-13/+13
2014-07-28Updaate Doxygen file.David Robillard1-28/+37
2014-05-08Improve documentation.David Robillard2-38/+76
2014-04-26Update Doxygen file.David Robillard1-914/+1425
2012-09-30Use neutral colours for header and footer.David Robillard1-2/+2
2012-09-06Make documentation suitable for local installation.David Robillard3-4/+29
2012-09-05Make documentation style more consistent with Doxygen style.David Robillard1-5/+5
2012-09-03Use relative links between extensions so local documentation links work.David Robillard1-1/+1
Automatically link prefixed names to the appropriate resource.
2012-08-21Add options extension.David Robillard1-0/+1
2012-08-05Turn on SHOW_FILES which is, most irritatingly, required to have doxygen ↵David Robillard1-1/+1
document and tag defines.