aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Fix lv2specgen usage from command line.David Robillard1-4/+6
2012-09-06Make documentation suitable for local installation.David Robillard2-14/+13
2012-09-03Use relative links between extensions so local documentation links work.David Robillard1-21/+19
2012-09-02Fix link regexp.David Robillard1-1/+1
2012-08-09Wrap rdfs:comment documentation in <p> tags to match the layour of lv2:docume...David Robillard1-1/+1
2012-04-17Document rdfs:Datatype as a class.David Robillard1-1/+1
2012-04-06Add preliminary lv2docgen.py script.David Robillard1-0/+141
2012-03-30Automatically generate links to properties and instances as well as Classes.David Robillard1-34/+46
2012-03-27Fix duplicate information on instance descriptions.David Robillard1-1/+0
2012-03-26Move files listing into contents. Hopefully a more obvious link to the API w...David Robillard2-11/+17
2012-03-26Fix busted loading of spec properties (most noticably putting maintainer info...David Robillard1-19/+18
2012-03-26Sort class hierarchy index at every level.David Robillard1-2/+8
2012-03-25Simply spec style a bit.David Robillard1-1/+1
2012-03-25Move people information in to a common place.David Robillard1-4/+5
2012-03-25Clean up author and seeAlso information.David Robillard2-41/+22
2012-03-23Update Python tool headers.David Robillard1-1/+1
2012-03-04Fix broken links.David Robillard1-2/+4
2012-03-04Fix links to #defines.David Robillard1-2/+1
2012-02-28Fix documentation links.David Robillard1-33/+15
2012-02-19Fix dangling commas in Properties and Instances index.David Robillard1-5/+7
2012-02-09Update metadata.David Robillard1-3/+3
2012-02-09Move documentation building into waf.David Robillard1-21/+19
2012-02-08Move Doxygen tag reading into lv2specgen and avoid intermediary file.David Robillard1-12/+57
2012-02-08Add more obvious separate download row to header table.David Robillard2-3/+13
2012-02-08Put doc links after headers in 'see also' list.David Robillard1-1/+6
2011-11-22Fix broken links.David Robillard1-1/+3
2011-11-22Don't link to releases for experimental extensions.David Robillard1-7/+12
2011-11-21Improve Turtle Pygments parser.David Robillard1-1/+2
2011-11-21Highlight qnames as Name.Tag.David Robillard1-4/+4
2011-11-21Handle Turtle comma correctly in Pygments parser.David Robillard1-3/+5
2011-11-20Lay out repository structure to match include and URI structure.David Robillard1-3/+2
2011-11-17Show changelog for current development version.David Robillard1-11/+13
2011-11-17Add DTDs for validation.David Robillard41-0/+4847
2011-11-17Use /usr/bin/env shebang.David Robillard1-1/+1
2011-11-17Skip all default namespaces added by rdflib.David Robillard1-2/+3
2011-11-17Add change log and release links to RDF.David Robillard2-4/+82
2011-11-14Less mysterious diagnostic messageDavid Robillard1-1/+2
2011-11-14Simplify footer (remove images).David Robillard3-33/+20
2011-11-14Make all lv2:documentation valid XHTML Basic 1.1.David Robillard1-0/+33
2011-11-09Link Atom classes to C type identifiers.David Robillard1-9/+16
2011-11-09Automatically transform ext:Class in lv2:documentation to links.David Robillard1-9/+23
2011-11-05Mark event and uri-map as deprecated and point to their successors in documen...David Robillard1-1/+5
2011-11-05Abbreviate all URIs that are within a namespace defined in the spec.David Robillard1-0/+2
2011-11-05Fix specification prefix.David Robillard1-1/+1
2011-11-05Fix invalid markup.David Robillard1-5/+6
2011-11-04Show classes that are subclasses of classes defined in other specs at top lev...David Robillard1-1/+9
2011-11-04Add subtitle using doap:shortdesc.David Robillard2-1/+3
2011-11-04Prettier and more informative extension index.David Robillard1-13/+11
2011-11-04Call lv2specgen as a module rather than spawning a new process.David Robillard1-25/+15
2011-11-04Move everything but basic command line argument handling to specgen().David Robillard1-32/+33