summaryrefslogtreecommitdiffstats
path: root/secret-service/tools
AgeCommit message (Collapse)AuthorFilesLines
2012-02-01Add attributes before child elementsAlex Merry1-18/+15
A bug appears to be because tp:type is transformed into child annotation element, but non-tp attributes are copied, and this is done in order the attributes appear. So if there are non-tp attributes after tp:type in an "arg" or "property" element, it will attempt to copy the attribute into the node having already added the "annotation" child element, and this is not allowed in XSLT. https://bugs.freedesktop.org/show_bug.cgi?id=45369
2011-02-27Fix some warnings during the build.Stef Walter1-0/+3
2010-12-04Allow docbook inside tp:docstring. This is useful for examples, eg.:Michael Leupold1-3/+6
<tp:docstring xmlns:docbook="http://docbook.org/ns/docbook"> <para> This is the method TestMethod. <example> <title>Example for TestMethod</title> <programlisting> <![CDATA[ int x = TestMethod(a, b, c); ]]> </programlisting> </example> </para> </tp:docstring>
2010-12-04Adapt style, hide "Name" of reference pages.Michael Leupold1-60/+114
2010-12-04Make a list of funcsynopses instead of single synopses for each funcdef. Add ↵Michael Leupold1-4/+6
a style to prettify.
2010-12-04Add links to the funcsynopsis listing in the top section of each interface. ↵Michael Leupold1-1/+2
Unfortunately xmlto doesn't generate links for them yet.
2010-12-04-> Docbook 5.0Michael Leupold1-120/+215
2010-12-04Add params to control toc generation.Michael Leupold1-3/+3
2010-12-04Enable building the whole spec with XInclude.Michael Leupold1-3/+3
2010-12-04Minor cleanups. Add copyright (Telepathy D-Bus doesn't know authors).Michael Leupold1-121/+23
2010-12-04@direction => uppercase.Michael Leupold1-3/+19
2010-12-04Remove superfluous <para>Michael Leupold1-17/+15
2010-12-04sect[1234] -> sectionMichael Leupold1-38/+38
2010-12-04Add spec-to-docbook.xsl for converting a telepathy spec to DocBook XML. ↵Michael Leupold3-91/+1303
Improve spec-to-introspect.xsl - no more extra spaces in type declarations.
2010-12-04Add the current docbook part of the spec and the D-Bus introspection part ↵Michael Leupold1-0/+225
converted to the Telepathy D-Bus Introspection spec. tools/spec-to-introspect.xsl converts the Telepathy format to the EggDBus format used by keyring.