Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Add lv2_util.h to documentation | David Robillard | 1 | -0/+1 | |
2023-09-23 | Fix formatting of documentation code snippets | David Robillard | 1 | -0/+4 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 5 | -8/+10 | |
The less time wasted with manual code formatting, the better. | |||||
2023-08-23 | Remove deprecated Doxygen configuration | David Robillard | 1 | -17/+0 | |
2022-11-14 | Remove deprecated doxygen configuration | David Robillard | 1 | -40/+0 | |
2022-09-09 | Fix documentation index | David Robillard | 1 | -1/+0 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 5 | -5/+5 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-08-22 | Fix documentation build | David Robillard | 1 | -1/+1 | |
2022-08-05 | Remove unused Doxygen configuration | David Robillard | 2 | -174/+0 | |
Older versions of Doxygen warn about these. So, remove them to make the build less noisy since they are all either unused or set to their defaults anyway. | |||||
2022-07-21 | Fix documentation build with meson 0.56.2 | David Robillard | 1 | -1/+1 | |
2022-07-21 | Remove configuration not supported by Doxygen 1.9.1 | David Robillard | 1 | -57/+0 | |
These all have the default value anyway. | |||||
2022-07-17 | Rearrange source tree to be directly usable by dependants | David Robillard | 10 | -58/+187 | |
This allows the LV2 source distribution to be used as an include path for compilers and an LV2_PATH for applications, at the expense of self-contained bundles. That's a nice idea, but it made LV2 itself weird and annoying to depend on. This rearranges things so that directories in the source tree correspond more closely to installation directories. To make this possible, the "aux" directory in the documentation output has been changed to "style", to avoid the reserved name "aux" on Windows. | |||||
2022-07-17 | Switch to meson build system | David Robillard | 11 | -9/+132 | |
2022-07-17 | Consistently use the prefix "dcterms" everywhere | David Robillard | 1 | -2/+2 | |
2022-07-17 | Add dark mode style for documentation | David Robillard | 3 | -67/+902 | |
2022-07-17 | Clean up documentation CSS | David Robillard | 1 | -36/+20 | |
2022-07-17 | Move documentation foreground/background properties to the document | David Robillard | 1 | -1/+4 | |
This has better compatibility with tools that manipulate the colour scheme, like Dark Reader. | |||||
2022-05-26 | Update Doxygen configuration | David Robillard | 1 | -148/+337 | |
2022-05-09 | Remove deprecated Doxygen configuration keys | David Robillard | 1 | -7/+0 | |
2022-05-09 | Fix incorrect spelling and test for regression with codespell | David Robillard | 1 | -1/+1 | |
2021-03-15 | Remove some unused Doxygen configuration keys | David Robillard | 1 | -40/+0 | |
These cause warnings with some versions of Doxygen, but all used default values anyway, so they can simply be removed without any effect. | |||||
2020-11-17 | Clean up Doxygen index | David Robillard | 1 | -0/+1 | |
2020-09-27 | Remove deprecated Doxygen configuration keys | David Robillard | 1 | -7/+1 | |
2020-04-26 | Fix specification directory index | David Robillard | 1 | -2/+3 | |
2020-04-26 | Fix htaccess files | David Robillard | 1 | -3/+3 | |
2020-04-26 | Add Doxygen layout file to move detailed description to the top | David Robillard | 2 | -1/+227 | |
2020-04-10 | Update documentation style | David Robillard | 4 | -447/+592 | |
2020-03-28 | Switch to 2-space indentation for all CSS | David Robillard | 2 | -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-16 | Remove deprecated Doxygen configuration keys | David Robillard | 1 | -15/+0 | |
2020-02-09 | Fix arrow style in API documentation | David Robillard | 1 | -2/+8 | |
Hiding this broke the indentation for nested lists. This reverts to something like the default Doxygen style. | |||||
2019-04-27 | Flatten documentation to fix fragment links | David Robillard | 1 | -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-24 | Clean up API documentation main page | David Robillard | 3 | -23/+5 | |
2019-03-24 | Remove history from top level specifications page | David Robillard | 1 | -15/+1 | |
This is moving to the homepage, since it clutters up the documentation less, and can be syndicated that way. | |||||
2019-03-24 | Use lighter and more consistent documentation style | David Robillard | 4 | -387/+494 | |
2019-03-24 | Remove ugly Doxygen image from API documentation footer | David Robillard | 3 | -197/+23 | |
2019-03-24 | Fix Javascript-less API documentation menus | David Robillard | 1 | -1/+1 | |
2019-03-24 | Hide deprecation macro gunk in documentation | David Robillard | 1 | -3/+3 | |
2019-03-24 | Use consistent code colours in Doxygen and Pygments output | David Robillard | 1 | -19/+7 | |
2019-03-24 | Share Pygments stylesheet | David Robillard | 2 | -97/+33 | |
2019-03-24 | Update Doxygen configuration file | David Robillard | 1 | -52/+119 | |
2018-09-22 | Install standard headers to simpler include paths | David Robillard | 2 | -28/+124 | |
2016-10-14 | Fix table style | David Robillard | 1 | -18/+28 | |
2016-09-29 | Use more consistent colours | David Robillard | 1 | -5/+6 | |
2016-09-20 | Fix documentation code font consistency | David Robillard | 1 | -2/+3 | |
2016-09-20 | Fix documentation title colour | David Robillard | 1 | -6/+6 | |
2016-09-18 | Tidy up API documentation font sizes and spacing | David Robillard | 1 | -10/+6 | |
2016-09-18 | Fix description tables in documentation | David Robillard | 1 | -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-10 | Further simplify and unify documentation style | David Robillard | 2 | -34/+17 | |
2016-09-10 | Document all URI defines | David Robillard | 1 | -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-09 | Use cleaner, more consistent documentation style | David Robillard | 2 | -102/+107 | |