summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_inline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/mallard/spec/mal_inline.xml')
-rw-r--r--sandbox/mallard/spec/mal_inline.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/sandbox/mallard/spec/mal_inline.xml b/sandbox/mallard/spec/mal_inline.xml
index 033b9cd..356e195 100644
--- a/sandbox/mallard/spec/mal_inline.xml
+++ b/sandbox/mallard/spec/mal_inline.xml
@@ -1,6 +1,8 @@
<guide xmlns="http://www.gnome.org/~shaunm/mallard"
id="mal_inline">
<info>
+ <link type="guide" xref="spec"/>
+ <version number="0.1" date="2007-02-21" status="incomplete"/>
</info>
<title>Inline Elements</title>
@@ -20,7 +22,8 @@ mal_inline = (
<link xref="mal_output">mal_output</link> |
<link xref="mal_quote">mal_quote_inline</link> |
<link xref="mal_sys">mal_sys</link> |
- <link xref="#simple">mal_inline_simple</link> )
+ mal_inline_simple )
+mal_inline_simple = ( <link xref="mal_var">mal_var</link> | text )
</code></synopsis>
<comment>
@@ -28,17 +31,4 @@ mal_inline = (
<p>Add some intro text</p>
</comment>
-
-<!-- BEGIN simple -->
-<section id="simple">
-<title>Simple Inline</title>
-
-<synopsis><code>mal_inline_simple = (
- <link xref="mal_var">mal_var</link> |
- text )
-</code></synopsis>
-
-</section>
-<!-- END simple -->
-
</guide>