Age | Commit message (Expand) | Author | Files | Lines |
2013-01-05 | Update tools to latest from telepathy-spec2.2 | Alex Merry | 1 | -23/+56 |
2013-01-05 | Use annotations to indicate optional properties | Alex Merry | 1 | -0/+8 |
2011-08-14 | Import tooling fixes from telepathy-spec | Alex Merry | 1 | -0/+31 |
2010-12-23 | Sync spec tooling with telepathy | Alex Merry | 1 | -0/+4 |
2010-12-16 | Sync tooling to telepathy master, and remove some cruft from the template | Alex Merry | 1 | -35/+10 |
2010-12-13 | Update tooling to match telepathy-spec HEAD, and add support for D-Bus | Alex Merry | 1 | -3/+80 |
2010-12-13 | Merge in upstream changes to the tooling. | Alex Merry | 6 | -158/+309 |
2010-08-03 | Update the documentation generation system. | Alex Merry | 9 | -1542/+1197 |
2009-02-15 | build: missing files to make a spec template | Marc-André Lureau | 1 | -0/+57 |
2009-02-13 | doc-generator: don't drop HTML attributes | Simon McVittie | 1 | -1/+1 |
2009-02-13 | doc-generator.xsl: warn when 'out' arguments have no name | Simon McVittie | 1 | -6/+2 |
2009-02-13 | Add a script to find the current git branch, and use it in `make upload-branch` | Simon McVittie | 1 | -0/+25 |
2009-02-13 | doc-generator.xsl: make tp:name-for-bindings mandatory | Simon McVittie | 1 | -10/+18 |
2009-02-13 | doc-generator.xsl: fix checking for requirement of array-name on types | Simon McVittie | 1 | -10/+14 |
2009-02-13 | Add check for array-name being present if an array of a complex type is used | Olli Salli | 1 | -0/+39 |
2009-02-13 | Add check for @name-for-bindings being consistent with @name | Olli Salli | 1 | -0/+20 |
2009-02-13 | doc-generator.xsl: optionally allow hyperlinks to other D-Bus interfaces (for... | Simon McVittie | 1 | -14/+27 |
2009-02-13 | doc-generator.xsl: put a border on table, tr, td, th so tables are legible | Simon McVittie | 1 | -0/+3 |
2009-02-13 | doc-generator.xsl: abort on stray text (not in a tp:docstring, tp:copyright o... | Simon McVittie | 1 | -1/+11 |
2009-02-13 | doc-generator.xsl: when failing due to an unrecognised element, output a newl... | Simon McVittie | 1 | -0/+1 |
2009-02-13 | doc-generator.xsl: check that the D-Bus type of a property, arg, tp:member et... | Simon McVittie | 1 | -15/+59 |
2009-02-13 | doc-generator.xsl: each tp:flags, tp:enum, tp:simple-type or tp:external-type... | Simon McVittie | 1 | -0/+60 |
2009-02-13 | doc-generator.xsl: explain why the message when an "out" arg has no name is c... | Simon McVittie | 1 | -1/+5 |
2009-02-13 | doc-generator.xsl: when failing because a method/signal/property has no name,... | Simon McVittie | 1 | -15/+9 |
2009-02-13 | doc-generator.xsl: fail if a signal does not have a name, is not a direct chi... | Simon McVittie | 1 | -0/+53 |
2009-02-13 | doc-generator.xsl: fail if a method has no name, is not a direct child of an ... | Simon McVittie | 1 | -0/+56 |
2009-02-13 | doc-generator.xsl: fail if a property has no access attribute | Simon McVittie | 1 | -2/+8 |
2009-02-13 | doc-generator.xsl: fail if a property does not have a type, does not have a n... | Simon McVittie | 1 | -0/+29 |
2009-02-13 | doc-generator.xsl: tp:member-ref: document, add sanity checking | Simon McVittie | 1 | -2/+26 |
2009-02-13 | doc-generator.xsl: document tp:dbus-ref, add sanity checking | Simon McVittie | 1 | -2/+24 |
2009-02-13 | replace hyphens with appropriate dashes | Dafydd Harries | 1 | -13/+13 |
2009-02-13 | doc-generator.xsl: stop on unhandled elements | Dafydd Harries | 1 | -0/+12 |
2009-02-13 | explicitly use string() on tp:version instead of passing through to identity ... | Dafydd Harries | 1 | -1/+1 |
2009-02-13 | doc-generator.xsl: tp:docstring: correctly render tp:dbus-ref and any other m... | Simon McVittie | 1 | -1/+1 |
2009-02-13 | doc-generator.xsl: tp:dbus-ref, tp:member-ref: correctly generate internal links | Simon McVittie | 1 | -2/+2 |
2009-02-13 | doc-generator.xsl: add support for tp:dbus-ref and tp:member-ref markup. | Simon McVittie | 1 | -0/+23 |
2009-02-13 | doc-generator.xsl: use correct xmlns for added/changed/deprecated paragraphs | Simon McVittie | 1 | -4/+6 |
2009-02-13 | doc-generator.xsl: insert a space before parenthesized tp:type links (fixing ... | Simon McVittie | 1 | -1/+1 |
2009-02-13 | doc-generator.xsl: in every context where HTML is allowed, allow <tp:type>Nam... | Simon McVittie | 1 | -25/+42 |
2009-02-13 | doc-generator.xsl: pass through HTML attributes | Simon McVittie | 1 | -1/+1 |
2009-02-13 | doc-generator: remove support for <tp:since>, we already had <tp:added> that ... | Simon McVittie | 1 | -17/+43 |
2009-02-13 | Add support for tp:since and tp:deprecated (at the same levels as tp:docstring) | Simon McVittie | 1 | -2/+50 |
2009-02-13 | Simplify generation of links to arrays of types | Simon McVittie | 1 | -12/+6 |
2009-02-13 | Allow arrays of mappings | Simon McVittie | 1 | -0/+6 |
2009-02-13 | Allow rationale to be mixed in with HTML in docstrings | Simon McVittie | 1 | -3/+2 |
2009-02-13 | doc-generator.xsl: generate docs for all interfaces at any level of nesting | Simon McVittie | 1 | -3/+3 |
2009-02-13 | Copyright 2008 | Simon McVittie | 2 | -2/+2 |
2009-02-13 | doc-generator.xsl: fix xmlns of rationales | Simon McVittie | 1 | -1/+1 |
2009-02-13 | devhelp.xsl: correctly index all types (except external-type) and simplify | Simon McVittie | 1 | -11/+23 |
2009-02-13 | doc-generator: update CSS for properties and rationale | Simon McVittie | 1 | -4/+5 |