Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-01 | Add attributes before child elements | Alex Merry | 1 | -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-27 | Fix some warnings during the build. | Stef Walter | 1 | -0/+3 | |
2010-12-04 | Allow docbook inside tp:docstring. This is useful for examples, eg.: | Michael Leupold | 1 | -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-04 | Adapt style, hide "Name" of reference pages. | Michael Leupold | 1 | -60/+114 | |
2010-12-04 | Make a list of funcsynopses instead of single synopses for each funcdef. Add ↵ | Michael Leupold | 1 | -4/+6 | |
a style to prettify. | |||||
2010-12-04 | Add links to the funcsynopsis listing in the top section of each interface. ↵ | Michael Leupold | 1 | -1/+2 | |
Unfortunately xmlto doesn't generate links for them yet. | |||||
2010-12-04 | -> Docbook 5.0 | Michael Leupold | 1 | -120/+215 | |
2010-12-04 | Add params to control toc generation. | Michael Leupold | 1 | -3/+3 | |
2010-12-04 | Enable building the whole spec with XInclude. | Michael Leupold | 1 | -3/+3 | |
2010-12-04 | Minor cleanups. Add copyright (Telepathy D-Bus doesn't know authors). | Michael Leupold | 1 | -121/+23 | |
2010-12-04 | @direction => uppercase. | Michael Leupold | 1 | -3/+19 | |
2010-12-04 | Remove superfluous <para> | Michael Leupold | 1 | -17/+15 | |
2010-12-04 | sect[1234] -> section | Michael Leupold | 1 | -38/+38 | |
2010-12-04 | Add spec-to-docbook.xsl for converting a telepathy spec to DocBook XML. ↵ | Michael Leupold | 3 | -91/+1303 | |
Improve spec-to-introspect.xsl - no more extra spaces in type declarations. | |||||
2010-12-04 | Add the current docbook part of the spec and the D-Bus introspection part ↵ | Michael Leupold | 1 | -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. |