diff options
author | <robert.mcqueen@collabora.co.uk> | 2007-02-09 19:12:35 +0000 |
---|---|---|
committer | <robert.mcqueen@collabora.co.uk> | 2007-02-09 19:12:35 +0000 |
commit | f49068759e274253799a447d3f09102b0fa5c698 (patch) | |
tree | 93df79c67a7759c471ad643f0e1c9f20c9409f78 /test | |
parent | 1ef0ec5b042c35528e55c875ade5bd18b8b4b30b (diff) |
update spec generation XSLT to include the properties
Diffstat (limited to 'test')
-rw-r--r-- | test/expected/spec.html.canon | 5 | ||||
-rw-r--r-- | test/input/_Test.xml | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/test/expected/spec.html.canon b/test/expected/spec.html.canon index 9d939808..bc1508c1 100644 --- a/test/expected/spec.html.canon +++ b/test/expected/spec.html.canon @@ -128,7 +128,10 @@ Library General Public License for more details.</p><h1><a id="org.freedesktop.T </dd><dt><code>weasel</code> - <code>b</code></dt><dd> <em>Mustela nivalis</em> (or compatible) - </dd></dl></div></div><h2>Enumerated types:</h2><h3>Adjective</h3>Adjectives which may be applied to a specification<dl><dt><code>Adjective_Leveraging = 0</code></dt><dd> + </dd></dl></div></div><h2>Properties:</h2><dl><dt><code>wobbly</code> - + <code>b</code></dt><dd> + Whether or not this badger is wobbly. + </dd></dl><h2>Enumerated types:</h2><h3>Adjective</h3>Adjectives which may be applied to a specification<dl><dt><code>Adjective_Leveraging = 0</code></dt><dd> Can leverage synergy </dd><dt><code>Adjective_Synergistic = 1</code></dt><dd> Can synergize with leverage diff --git a/test/input/_Test.xml b/test/input/_Test.xml index f0446305..4dd5a357 100644 --- a/test/input/_Test.xml +++ b/test/input/_Test.xml @@ -63,6 +63,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p> </tp:docstring> </signal> + <tp:property name="wobbly" type="b"> + <tp:docstring> + Whether or not this badger is wobbly. + </tp:docstring> + </tp:property> + <tp:flags name="Test_Flags" value-prefix="Test"> <tp:docstring>A set of flags</tp:docstring> <tp:flag suffix="LowBit" value="1"> |