summaryrefslogtreecommitdiff
path: root/tools/doc-generator.xsl
AgeCommit message (Expand)AuthorFilesLines
2009-02-13doc-generator.xsl: make tp:name-for-bindings mandatorySimon McVittie1-10/+18
2009-02-13doc-generator.xsl: fix checking for requirement of array-name on typesSimon McVittie1-10/+14
2009-02-13Add check for array-name being present if an array of a complex type is usedOlli Salli1-0/+39
2009-02-13Add check for @name-for-bindings being consistent with @nameOlli Salli1-0/+20
2009-02-13doc-generator.xsl: optionally allow hyperlinks to other D-Bus interfaces (for...Simon McVittie1-14/+27
2009-02-13doc-generator.xsl: put a border on table, tr, td, th so tables are legibleSimon McVittie1-0/+3
2009-02-13doc-generator.xsl: abort on stray text (not in a tp:docstring, tp:copyright o...Simon McVittie1-1/+11
2009-02-13doc-generator.xsl: when failing due to an unrecognised element, output a newl...Simon McVittie1-0/+1
2009-02-13doc-generator.xsl: check that the D-Bus type of a property, arg, tp:member et...Simon McVittie1-15/+59
2009-02-13doc-generator.xsl: each tp:flags, tp:enum, tp:simple-type or tp:external-type...Simon McVittie1-0/+60
2009-02-13doc-generator.xsl: explain why the message when an "out" arg has no name is c...Simon McVittie1-1/+5
2009-02-13doc-generator.xsl: when failing because a method/signal/property has no name,...Simon McVittie1-15/+9
2009-02-13doc-generator.xsl: fail if a signal does not have a name, is not a direct chi...Simon McVittie1-0/+53
2009-02-13doc-generator.xsl: fail if a method has no name, is not a direct child of an ...Simon McVittie1-0/+56
2009-02-13doc-generator.xsl: fail if a property has no access attributeSimon McVittie1-2/+8
2009-02-13doc-generator.xsl: fail if a property does not have a type, does not have a n...Simon McVittie1-0/+29
2009-02-13doc-generator.xsl: tp:member-ref: document, add sanity checkingSimon McVittie1-2/+26
2009-02-13doc-generator.xsl: document tp:dbus-ref, add sanity checkingSimon McVittie1-2/+24
2009-02-13replace hyphens with appropriate dashesDafydd Harries1-13/+13
2009-02-13doc-generator.xsl: stop on unhandled elementsDafydd Harries1-0/+12
2009-02-13explicitly use string() on tp:version instead of passing through to identity ...Dafydd Harries1-1/+1
2009-02-13doc-generator.xsl: tp:docstring: correctly render tp:dbus-ref and any other m...Simon McVittie1-1/+1
2009-02-13doc-generator.xsl: tp:dbus-ref, tp:member-ref: correctly generate internal linksSimon McVittie1-2/+2
2009-02-13doc-generator.xsl: add support for tp:dbus-ref and tp:member-ref markup.Simon McVittie1-0/+23
2009-02-13doc-generator.xsl: use correct xmlns for added/changed/deprecated paragraphsSimon McVittie1-4/+6
2009-02-13doc-generator.xsl: insert a space before parenthesized tp:type links (fixing ...Simon McVittie1-1/+1
2009-02-13doc-generator.xsl: in every context where HTML is allowed, allow <tp:type>Nam...Simon McVittie1-25/+42
2009-02-13doc-generator.xsl: pass through HTML attributesSimon McVittie1-1/+1
2009-02-13doc-generator: remove support for <tp:since>, we already had <tp:added> that ...Simon McVittie1-17/+43
2009-02-13Add support for tp:since and tp:deprecated (at the same levels as tp:docstring)Simon McVittie1-2/+50
2009-02-13Simplify generation of links to arrays of typesSimon McVittie1-12/+6
2009-02-13Allow arrays of mappingsSimon McVittie1-0/+6
2009-02-13Allow rationale to be mixed in with HTML in docstringsSimon McVittie1-3/+2
2009-02-13doc-generator.xsl: generate docs for all interfaces at any level of nestingSimon McVittie1-3/+3
2009-02-13Copyright 2008Simon McVittie1-1/+1
2009-02-13doc-generator.xsl: fix xmlns of rationales Simon McVittie1-1/+1
2009-02-13doc-generator: update CSS for properties and rationaleSimon McVittie1-4/+5
2009-02-13doc-generator: support D-Bus core PropertiesSimon McVittie1-2/+51
2009-02-13doc-generator.xsl: support a <tp:rationale> elementSimon McVittie1-3/+17
2009-02-13correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)robert.mcqueen1-2/+2
2009-02-13Expect tp:external-type to have @typeSimon McVittie1-1/+1
2009-02-13Add support for tp:external-type, for other specifications that want to refer...Simon McVittie1-2/+21
2009-02-13Annotate which interfaces are likely to cause havoc in APIs. Add a warning to...Simon McVittie1-0/+8
2009-02-13Generate HTML docs for typesSimon McVittie1-16/+220
2009-02-13Mark XSL stylesheets with licensing and "where to get the master copy" infoSimon McVittie1-0/+21
2009-02-13Fix XMLNS for internal linksSimon McVittie1-6/+13
2009-02-13generate DevHelp index fileDafydd Harries1-0/+3
2009-02-13doc-generator.xsl: use <tp:title> and possibly <tp:version> for HTML <title>Simon McVittie1-1/+7
2009-02-13Set the title in all.xml rather than hard-coding itSimon McVittie1-2/+6
2009-02-13Add links to requires tooOlivier Crete1-1/+1